blob: 5b8b3617c0334384f98bfcc10783a069f7b2d23c [file] [log] [blame]
// { dg-do assemble }
struct X
{
static const bool b = true;
static const int i = b ? 1 : 2;
};