Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / init3.C
blobd9eb65447485579e45ebd969bc61096d6b7477e7
1 // { dg-do assemble  }
3 struct X
4
5   static const bool   is_signed  =  true  ;
6   static const int digits = is_signed ? 8 *sizeof(wchar_t)-1 : 0;
7 };