]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/delayedfold/fwrapv1.C
re PR c++/69631 (Bogus overflow in constant expression error)
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / delayedfold / fwrapv1.C
1 // PR c++/69631
2 // { dg-options -fwrapv }
3
4 struct C {
5 static const unsigned short max = static_cast<unsigned short>((32767 * 2 + 1));
6 };