OSDN Git Service

2010-04-28 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20040409-1.c
1 /* This tests to make sure that the attribute noreturn 
2    can be used on function pointers. */
3
4 int (*temp) (void) __attribute__((noreturn));