2 20021111-1.c from the execute part of the gcc torture suite.
11 /* Origin: PR c/8467 */
13 int aim_callhandler(int sess
, int conn
, unsigned short family
, unsigned short type
);
15 int aim_callhandler(int sess
, int conn
, unsigned short family
, unsigned short type
)
31 return aim_callhandler(sess
, conn
, family
, (unsigned short) 0xffff);
34 void testTortureExecute (void)
36 aim_callhandler (0, 1, 0, 0);