20040409-1.c   [plain text]


/* This tests to make sure that the attribute noreturn 
   can be used on function pointers. */

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