2 941015-1.c from the execute part of the gcc torture suite.
12 foo1 (long long value
)
14 register const long long constant
= 0xc000000080000000LL
;
23 foo2 (unsigned long long value
)
25 register const unsigned long long constant
= 0xc000000080000000LL
;
34 testTortureExecute (void)
36 #if !defined(__SDCC_mcs51)
37 unsigned long long value
= 0xc000000000000001LL
;