2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / debug / 20010207-1.c
blob513d7a43311261070f17a82e5cbbcb004f36629f
1 /* { dg-do compile } */
2 extern inline int f1 (void) {return f2();}
3 int f3 (void) {return f1();}
4 int f1 (void) {return 0;}