summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/pr68252.C
blob: 5460d819780b0e0e34138f33c4e2eff8612c9fa9 (plain)
1
2
3
4
5
// PR c++/68252

struct Test {
  static const int foo = (1 << sizeof (int)) * -3;
};