Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr68252.C
blob: 5460d819780b0e0e34138f33c4e2eff8612c9fa9 [
file
] [
log
] [
blame
]
// PR c++/68252
struct
Test
{
static
const
int
foo
=
(
1
<<
sizeof
(
int
))
*
-
3
;
};