[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr99888-3.c
blob4531ae32036d20a1961993b01d1bf48daf556c1a
1 /* { dg-options "-fpatchable-function-entry=1" } */
3 /* Verify no errors on ELFv2, using command line option instead of
4 function attribute. */
6 extern int a;
8 int test (int b) {
9 return a + b;