OSDN Git Service

* lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / overload1.C
index 59191d5..8a833aa 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run  }
 struct A {
   A operator+ (int) const { return *this; }
 };