PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr63877.c
blob5969b39d21cd4a3c99738ddbbb537b4c9f6f7689
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-declarations" } */
4 inline int foo (void) { return 42; } /* { dg-bogus "no previous declaration" } */
5 extern int foo (void);