OSDN Git Service

* decl.c (grok_op_properties): Reject [de-]allocation functions
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / using11.C
index 23943f2..e00d3b1 100644 (file)
@@ -1,9 +1,9 @@
-// Build don't link:
+// { dg-do assemble  }
 
 class joey {
 public:
   typedef int SVec;
 };
 
-using joey::SVec; // ERROR - joey is not a namespace
+using joey::SVec; // { dg-error "" } joey is not a namespace