(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
delayedfold/
fwrapv1.C
// PR c++/69631
// { dg-options -fwrapv }
// { dg-skip-if "" int16 }

struct C {
  static const unsigned short max = static_cast<unsigned short>((32767 * 2 + 1));
};