2 920721-1.c from the execute part of the gcc torture suite.
11 #ifndef __SDCC_pdk14 // Lack of memory
12 long f(short a
,short b
){return (long)a
/b
;}
15 testTortureExecute (void){
16 #ifndef __SDCC_pdk14 // Lack of memory
17 if(f(-32768,-1)!=32768L)ASSERT(0);else return;