Lines Matching defs:b4
367 constexpr B &&b4 = ((1, 2), 3, 4, B { {10}, {{20}} }); // expected-warning 4{{unused}}368 static_assert(&b4 != &b2, "");