aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/init3.C
blob: a4c6e761e66d9351fdce56192434f7b5663daf04 (plain)
1
2
3
4
5
6
7
// Build don't link:

struct X
{ 
  static const bool   is_signed  =  true  ;
  static const int digits = is_signed ? 8 *sizeof(wchar_t)-1 : 0;
};