2 20010518-1.c from the execute part of the gcc torture tests.
11 /* Leaf functions with many arguments. */
13 #if !defined(__SDCC_pic14) // Pseudo-stack size limit
29 return a
+b
+c
+d
+e
+f
+g
+h
+i
+j
+k
+l
+m
;
34 testTortureExecute (void)
36 #if !defined(__SDCC_pic14) // Pseudo-stack size limit
37 if (add (1,2,3,4,5,6,7,8,9,10,11,12,13) != 91)