2 930513-1.c from the execute part of the gcc torture suite.
7 /* { dg-additional-options "-Wl,-u,_printf_float" { target newlib_nano_io } } */
12 #if 0 // TODO: enable when SDCC support K&R-style
14 int (*fp
)(char *, const char *, ...);
16 (*fp
)(buf
, "%.0f", 5.0);
21 testTortureExecute (void)
25 if (buf
[0] != '5' || buf
[1] != 0)