blob: 6d374802f002e5666ebd7d0cbb03db240d8d284d [file] [log] [blame]
// PR c++/69631
// { dg-options -fwrapv }
// { dg-skip-if "" int16 }
struct C {
static const unsigned short max = static_cast<unsigned short>((32767 * 2 + 1));
};