2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr68252.C
blob5460d819780b0e0e34138f33c4e2eff8612c9fa9
1 // PR c++/68252
3 struct Test {
4   static const int foo = (1 << sizeof (int)) * -3;
5 };