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