Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / m-static.h
index 137d3b75c50dafbab9c707f6999f09ae03636574..bcedfff4eeab993084bde9132da11829b40e41f7 100644 (file)
@@ -5,7 +5,10 @@ class gnu_obj_4
  public:
   static const int elsewhere;
   static const int nowhere;
-  // At some point, perhaps:
-  // static const int everywhere = 317;
+  static const int everywhere = 317;
+  static const float somewhere = 3.14159;
+
+  // try to ensure test4 is actually allocated
+  int dummy;
 };
 
This page took 0.023764 seconds and 4 git commands to generate.