PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / 20040409-1.c
blobdc9206a0ae0eaa54af7db7cb0e6dc6b69a8dc0ea
1 /* This tests to make sure that the attribute noreturn
2 can be used on function pointers. */
4 int (*temp) (void) __attribute__((noreturn));