2 func-ptr-1.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 93 // Using float for double.
12 static double f (float a
);
13 static double (*fp
) (float a
);
16 testTortureExecute (void)
18 #if !defined(__SDCC_hc08) && !defined(__SDCC_s08) && !defined(__SDCC_mos6502) && !defined(__SDCC_mos65c02) && !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15)
20 if (fp ((float) 1) != 1.0)