2 961206-1.c from the execute part of the gcc torture suite.
11 // TODO: Enable when sdcc supports long long in these ports!
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
14 sub1 (unsigned long long i
)
23 sub2 (unsigned long long i
)
32 sub3 (unsigned long long i
)
41 sub4 (unsigned long long i
)
51 testTortureExecute (void)
53 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
54 if (sub1 (0x80000000ULL
))
57 if (sub2 (0x80000000ULL
))
60 if (sub3 (0x80000000ULL
))
63 if (sub4 (0x80000000ULL
))