2 20000402-1.c from the execute part of the gcc torture tests.
13 // TODO: Enable when sdcc supports long long constants!
14 /*#if ULONG_LONG_MAX != 18446744073709551615ull && ULONG_MAX != 18446744073709551615ull
16 testTortureExecute (void) { return; }
18 #if ULONG_MAX != 18446744073709551615ull
19 typedef unsigned long long ull;
21 typedef unsigned long ull;
29 testTortureExecute (void) {
30 /*const ull a = 0x1400000000ULL;
31 const ull b = 0x80000000ULL;
33 const ull d = 0x1400000000ULL / 0x80000000ULL;
41 /*void checkit (int a)