This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20050215-1.c
blobe9717797a10d4c6cb4ab16f10ddfb335b07c51e8
1 /* PR tree-optimization/18947 */
2 extern __inline void f1 (void) { }
3 extern __inline void f2 (void) { f1 (); }
4 void f2 (void) {}