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