modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr108449.c
blob4a3ae5b3ed406380ed6e95be2bd8369c0c907dec
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 static int vfork(); /* { dg-warning "used but never defined" } */
5 void f() { vfork(); }