diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20040409-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20040409-1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/20040409-1.c b/gcc/testsuite/gcc.dg/20040409-1.c new file mode 100644 index 000000000..dc9206a0a --- /dev/null +++ b/gcc/testsuite/gcc.dg/20040409-1.c @@ -0,0 +1,4 @@ +/* This tests to make sure that the attribute noreturn + can be used on function pointers. */ + +int (*temp) (void) __attribute__((noreturn)); |