blob: a4c6e761e66d9351fdce56192434f7b5663daf04 [file] [log] [blame]
// Build don't link:
struct X
{
static const bool is_signed = true ;
static const int digits = is_signed ? 8 *sizeof(wchar_t)-1 : 0;
};