rt_gccstream/gcc/testsuite/gcc.dg/20040409-1.c

5 lines
143 B
C

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