1 /* PR target/79729 */
2 /* { dg-do compile } */
3 
4 void
foo(int x)5 foo (int x)
6 {
7   __asm__ volatile ("# %R0" : : "n" (129));	/* { dg-error "invalid operand code" } */
8 }
9