Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / asm3.C
blob91f19e48cd5a180c49c7622daefbc39942377b32
1 //PR c++/30851
3 void foo()
5   asm ("%[x]" : [0](x));  // { dg-error "numeric constant|token" }