blob: d9eb65447485579e45ebd969bc61096d6b7477e7 [file] [log] [blame]
// { dg-do assemble }
struct X
{
static const bool is_signed = true ;
static const int digits = is_signed ? 8 *sizeof(wchar_t)-1 : 0;
};