OSDN Git Service

PR c++/26195
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / interface3 / interface3a2.cc
1 // PR c++/26195
2 extern void f1();
3 extern void f2();
4
5 int main()
6 {
7   f1();
8   f2();
9 }