2002-09-18 18:48:43 +00:00
|
|
|
// 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;
|
2006-05-05 18:04:09 +00:00
|
|
|
|
|
|
|
// try to ensure test4 is actually allocated
|
|
|
|
int dummy;
|
2002-09-18 18:48:43 +00:00
|
|
|
};
|
|
|
|
|