tizen 2.4 release
[external/binutils.git] / gdb / testsuite / gdb.cp / m-static.h
1 // 2002-08-16
2
3 class gnu_obj_4
4 {
5  public:
6   static const int elsewhere;
7   static const int nowhere;
8   static const int everywhere = 317;
9   static const float somewhere = 3.14159;
10
11   // try to ensure test4 is actually allocated
12   int dummy;
13 };
14