rt_gccstream/gcc/testsuite/g++.dg/parse/asm2.C

7 lines
89 B
C

//PR c++/30850
void foo()
{
asm("" :: 0); // { dg-error "numeric constant|token" }
}