Do not classify C struct members as a filename
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / m-static.h
CommitLineData
e70d6e3f
DC
1// 2002-08-16
2
3class gnu_obj_4
4{
5 public:
6 static const int elsewhere;
7 static const int nowhere;
254e6b9e 8 static const int everywhere = 317;
d2dfe700
JK
9#if __cplusplus >= 201103L
10 constexpr
11#endif
254e6b9e 12 static const float somewhere = 3.14159;
c7e64c9a
DJ
13
14 // try to ensure test4 is actually allocated
15 int dummy;
e70d6e3f
DC
16};
17
This page took 1.576934 seconds and 4 git commands to generate.