2 920721-3.c from the execute part of the gcc torture suite.
11 static inline int fu (unsigned short data
)
18 if(fu(i
++)!=5)ASSERT(0);
19 if(fu(++i
)!=7)ASSERT(0);
22 static inline int fs (signed short data
)
29 if(fs(i
++)!=5)ASSERT(0);
30 if(fs(++i
)!=7)ASSERT(0);
34 testTortureExecute (void)