Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / asm1.C
blob009ffbd3ad3534982a95a36a1506df0d03b5abb3
1 //PR c++/30849
3 void foo()
5   asm("" : 0);  // { dg-error "numeric constant|token" }