2 pr42544.c from the execute part of the gcc torture tests.
13 extern void abort (void);
16 testTortureExecute (void)
18 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
19 // TODO: Enable once pic14, pic16 support long long literals.
21 if (sizeof (long long) == sizeof (unsigned int))
23 #ifndef PORT_HOST // Fails on Solaris for host - probably an old gcc version.
24 if ((unsigned int) s
>= 0x100000000ULL
)