mips.exp (setup_mips_tests): Set mips_abi to the default ABI.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr27150-1.c
blob03810cd7e15c50d9c808d2fda7a699c37debec15
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 int g(int f)
5 return (&f)!=0;