2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / opt / pr69211.C
blobc3c5b1d1e72774afa202f5a88f3138391bd82e3b
1 // PR c++/69211
2 // { dg-do compile }
4 int a, b;
6 int
7 foo ()
9   return (a & 5UL | (b = 4, 4L)) > 4;