OSDN Git Service

* decl.c (grok_op_properties): Reject [de-]allocation functions
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / lookup3.C
index cd1aaae..1159a11 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run  }
 namespace A{
   int i;
   int f();
@@ -8,7 +9,7 @@ int A::f()
   return i;
 }
 
-main()
+int main()
 {
   return A::f();
 }