* gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
[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;
8 // At some point, perhaps:
9 // static const int everywhere = 317;
c7e64c9a
DJ
10
11 // try to ensure test4 is actually allocated
12 int dummy;
e70d6e3f
DC
13};
14
This page took 0.640238 seconds and 4 git commands to generate.