Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / opt / interface1.C
blob850fe38401173ce4ee98f95490bc7ed41def6916
1 // { dg-do run }
2 // { dg-options "-O2" }
3 // { dg-additional-sources "interface1-a.cc" }
5 #pragma implementation "interface1.h"
7 #include "interface1.h"
9 extern void g();
11 int main () {
12   g();