PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr79729.c
blob4e6f500b3048c2e7197de4575231910c4a86150f
1 /* PR target/79729 */
2 /* { dg-do compile } */
4 void
5 foo (int x)
7 __asm__ volatile ("# %R0" : : "n" (129)); /* { dg-error "invalid operand code" } */