aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/20010207-1.c
blob: 4dd92a88c259e3f0f125cb3ce9032d47e741999a (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-fgnu89-inline" } */
int f2 (void);
extern inline int f1 (void) {return f2();}
int f3 (void) {return f1();}
int f1 (void) {return 0;}