1 // { dg-do assemble  }
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 };
8