1 //PR c++/30850
2 
foo()3 void foo()
4 {
5   asm("" :: 0);  // { dg-error "numeric constant|token" }
6 }
7