/* 20001221-1.c from the execute part of the gcc torture tests. */ #include #ifdef __SDCC #pragma std_c99 #pragma disable_warning 184 #endif void testTortureExecute (void) { // TODO: Enable as more ports support long long! #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16) unsigned long long a; if (! (a = 0xfedcba9876543210ULL)) ASSERT (0); return; #endif }