blob: 7f936984a8dca592b8c0bef58789929b39954982 [file] [log] [blame]
/* "$1" used to be mapped to the internal frame pointer. */
/* { dg-do compile { target mips*-*-* } } */
/* { dg-options "" } */
int foo () { asm volatile ("#" ::: "$1"); }