aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/delayedfold/fwrapv1.C
blob: 6d374802f002e5666ebd7d0cbb03db240d8d284d (plain)
1
2
3
4
5
6
7
// PR c++/69631
// { dg-options -fwrapv }
// { dg-skip-if "" int16 }

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