OSDN Git Service

Index: gcc/ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / 20010207-1.c
1 /* { dg-do compile } */
2 extern inline int f1 (void) {return f2();}
3 int f3 (void) {return f1();}
4 int f1 (void) {return 0;}