2 multdi-1.c from the execute part of the gcc torture tests.
9 #define u_l_l unsigned long long
14 #ifndef __SDCC_pdk14 // Lack of memory
15 u_l_l
mpy (long a
, long b
)
17 return (u_l_l
) a
* (u_l_l
) b
;
22 testTortureExecute (void)
24 #ifndef __SDCC_pdk14 // Lack of memory