1 /* Check that the option -mdiv=call-fp works. */
3 /* { dg-options "-mdiv=call-fp" } */
4 /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */
13 test01 (unsigned int a
, unsigned b
)
19 main (int argc
, char** argv
)
21 return test00 (argc
, 123) + test01 (argc
, 123);