]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr63626.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr63626.c
1 /* PR c/63626 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 /* Test that we don't output the warning twice. */
6
7 inline int foo (void); /* { dg-bogus "inline function.*inline function" } */
8 /* { dg-warning "inline function .foo. declared but never defined" "" { target *-*-* } 7 } */