2 20000717-2.c from the execute part of the gcc torture tests.
11 // Some ports do not support long long yet.
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
14 compare (long long foo
)
16 if (foo
< 4294967297LL)
22 testTortureExecute (void)
24 // Some ports do not support long long yet.
25 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
26 compare (8589934591LL);