1 2 3 4 5 6 7
// PR c++/33495 void foo() { if (({while(true);})) // { dg-error "forbids|<statement>" } ; }