Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
init3.C
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
;
};