OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg22.C
1 // { dg-do assemble  }
2 static void f ();               // { dg-error "" } used but not defined
3
4 void g ()
5 {
6   f ();
7 }