1 /* "$1" used to be mapped to the internal frame pointer.  */
2 /* { dg-do compile { target mips*-*-* } } */
3 /* { dg-options "" } */
foo()4 int foo () { asm volatile ("#" ::: "$1"); }
5