Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / field1.C
blob5b8b3617c0334384f98bfcc10783a069f7b2d23c
1 // { dg-do assemble  }
3 struct X
5   static const bool b = true;
6   static const int i = b ? 1 : 2;
7 };