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

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


syntax highlighted by Code2HTML, v. 0.9.1