aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/m-static.h
blob: 137d3b75c50dafbab9c707f6999f09ae03636574 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 2002-08-16

class gnu_obj_4
{
 public:
  static const int elsewhere;
  static const int nowhere;
  // At some point, perhaps:
  // static const int everywhere = 317;
};