1 // { dg-do assemble  }
2 
3 struct X
4 {
5   static const bool b = true;
6   static const int i = b ? 1 : 2;
7 };
8