(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
field1.C
// { dg-do assemble  }

struct X
{
  static const bool b = true;
  static const int i = b ? 1 : 2;
};