blob: 023b4fe56facaec623f426e198356051bc751251 [file] [log] [blame]
#include "helper.h"
[[cheri::interrupt_state(enabled)]] void* help(void)
{
return __builtin_return_address(0);
}