blob: 4e6f500b3048c2e7197de4575231910c4a86150f [file] [log] [blame]
/* PR target/79729 */
/* { dg-do compile } */
void
foo (int x)
{
__asm__ volatile ("# %R0" : : "n" (129)); /* { dg-error "invalid operand code" } */
}