http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[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" }