2002-09-18 18:48:43 +00:00
|
|
|
// 2002-08-16
|
|
|
|
|
|
|
|
class gnu_obj_4
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static const int elsewhere;
|
|
|
|
static const int nowhere;
|
2010-06-29 16:53:10 +00:00
|
|
|
static const int everywhere = 317;
|
|
|
|
static const float somewhere = 3.14159;
|
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
|
|
|
};
|
|
|
|
|