OSDN Git Service

* g++.old-deja/g++.other/eh4.C: Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / init3.C
1 // Build don't link:
2
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 };