blob: 8c944bdb9303a55e25e2553795ac34592e6a597e [file] [log] [blame]
/* This tests to make sure that the attribute noreturn
can be used on function pointers. */
void (*temp) (void) __attribute__((noreturn));