No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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));