modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 950618-1.c
blob3b832865e0dbbad798398991a330f237011524a2
1 /* { dg-additional-options "-std=gnu89" } */
3 static __inline__ int f () { return g (); }
4 int g () { return f (); }