Automatic date update in version.in
[binutils-gdb/blckswan.git] / gdb / testsuite / gdb.cp / m-static.h
blob29924638112119e11136c4b9f2b6433d1e60c5d8
1 // 2002-08-16
3 class gnu_obj_4
5 public:
6 static const int elsewhere;
7 static const int nowhere;
8 static const int everywhere = 317;
9 #if __cplusplus >= 201103L
10 constexpr
11 #endif
12 static const float somewhere = 3.14159;
14 // try to ensure test4 is actually allocated
15 int dummy;