match.pd: Check trunc_mod vector obtap before folding.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / asm3.C
blobdccee5ac68134df0ad04c7a966f9fe87980d74ab
1 //PR c++/30851
3 void foo()
5   asm ("%[x]" : [0](x));  // { dg-error "numeric constant|token" }
6                           // { dg-error "string-literal" "" { target *-*-* } .-1 }