2003-08-22 Michael Chastain <mec@shout.net>
[deliverable/binutils-gdb.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 // At some point, perhaps:
9 // static const int everywhere = 317;
10 };
11
This page took 0.037541 seconds and 5 git commands to generate.