2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / error19.C
blob9389dc170002b809fea0c2d686d9c42dc4145069
1 // PR c++/33495
3 void foo()
5   if (({while(true);})) // { dg-error "forbids|<statement>" }
6     ;