2 930622-2.c from the execute part of the gcc torture suite.
11 // Todo: Enable when sdcc supports long double and long long!
14 ll_to_ld (long long n
)
20 ld_to_ll (long double n
)
27 testTortureExecute (void)
32 if (ll_to_ld (10LL) != 10.0)
35 if (ld_to_ll (10.0) != 10)