OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / field1.C
1 // { dg-do assemble  }
2
3 struct X
4 {
5   static const bool b = true;
6   static const int i = b ? 1 : 2;
7 };