blob: 5460d819780b0e0e34138f33c4e2eff8612c9fa9 [file] [log] [blame]
// PR c++/68252
struct Test {
static const int foo = (1 << sizeof (int)) * -3;
};