/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression whose
result is an integer constant. The use of the function sim
/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression. The
use of the function simply being unevaluated is not enough.
// 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;
};
// 2002-05-13
enum region { oriental, egyptian, greek, etruscan, roman };
// Test one.
class gnu_obj_1
{
protected:
typedef region antiquities;
static const bool test = true;
static const int