Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
delayedfold
/
fwrapv1.C
blob: 412535ce1eef481debbdbe1f4d3af334be5f1df0 [
file
] [
log
] [
blame
]
// PR c++/69631
// { dg-options -fwrapv }
struct
C
{
static
const
unsigned
short
max
=
static_cast
<
unsigned
short
>((
32767
*
2
+
1
));
};