aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/20040409-1.c
blob: dc9206a0ae0eaa54af7db7cb0e6dc6b69a8dc0ea (plain)
1
2
3
4
/* This tests to make sure that the attribute noreturn 
   can be used on function pointers. */

int (*temp) (void) __attribute__((noreturn));