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));
};