diagnostics: rename tree-diagnostic-path.cc to diagnostic-path.cc
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20050215-1.c
blob83d0cb20842f6c80f7c6157a0ecf6b652cbd28a4
1 /* PR tree-optimization/18947 */
2 /* { dg-options "-fgnu89-inline" } */
3 extern __inline void f1 (void) { }
4 extern __inline void f2 (void) { f1 (); }
5 void f2 (void) {}