2 920604-1.c from the execute part of the gcc torture suite.
11 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16) && !defined(__SDCC_pdk14)
13 mod (long long a
, long long b
)
20 testTortureExecute (void)
22 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16) && !defined(__SDCC_pdk14)
23 ASSERT (mod (1LL, 2LL) == 1);