blob: cc7bcf52c60f301a127d9f29c5aae486ab27e0a2 [file] [log] [blame]
static void hlt(void)
{
}
static void main(void)
{
void *foo;
foo = hlt;
}