2 20020307-1.c from the execute part of the gcc torture suite.
11 #define MASK(N) ((1UL << (N)) - 1)
12 #define BITS(N) ((1UL << ((N) - 1)) + 2)
14 #define FUNC(N) void f##N(long j) { if ((j & MASK(N)) >= BITS(N)) ASSERT (0);}
18 #ifndef __SDCC_pdk14 // Lack of memory
23 #ifndef __SDCC_pdk15 // Lack of memory
51 testTortureExecute (void)
55 #ifndef __SDCC_pdk14 // Lack of memory
60 #ifndef __SDCC_pdk15 // Lack of memory