binutils-gdb/gdb/testsuite/gdb.c++/m-static.h

12 lines
173 B
C++

// 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;
};