blob: 4963e10e4cd7d9356d1b32cec05a5adb58a77bbc [file] [log] [blame]
// PR c++/28899
// { dg-options "" }
void f()
{
unsigned l, l1;
l1 = l = ({ unsigned __v; __v; });
}