1 /* This tests to make sure that the attribute noreturn 2 can be used on function pointers. */ 3 4 int (*temp) (void) __attribute__((noreturn)); 5