OSDN Git Service

Some raw string changes from N3077
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error19.C
1 // PR c++/33495
2
3 void foo()
4 {
5   if (({while(true);})) // { dg-error "forbids|<statement>" }
6     ;
7 }