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