rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/field1.C

8 lines
102 B
C

// { dg-do assemble }
struct X
{
static const bool b = true;
static const int i = b ? 1 : 2;
};