daily update
[external/binutils.git] / gdb / testsuite / gdb.cp / m-static.h
index 137d3b7..012cd77 100644 (file)
@@ -7,5 +7,8 @@ class gnu_obj_4
   static const int nowhere;
   // At some point, perhaps:
   // static const int everywhere = 317;
+
+  // try to ensure test4 is actually allocated
+  int dummy;
 };