]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/20040409-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / 20040409-1.c
CommitLineData
c29726e2
AP
1/* This tests to make sure that the attribute noreturn
2 can be used on function pointers. */
3
4int (*temp) (void) __attribute__((noreturn));