Mercurial > hg > CbC > old > device
comparison test/too-long-argument.c @ 720:6b7372e17970
*** empty log message ***
author | kono |
---|---|
date | Sat, 12 Apr 2008 03:53:11 +0900 |
parents | 682c8ec38d45 |
children | 3f1f6c0610c1 |
comparison
equal
deleted
inserted
replaced
719:4c5ac4025fbd | 720:6b7372e17970 |
---|---|
51 int | 51 int |
52 main0() | 52 main0() |
53 { | 53 { |
54 #ifdef WRONGNUMBER | 54 #ifdef WRONGNUMBER |
55 goto tcode2(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, | 55 goto tcode2(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, |
56 return,environment); | 56 __return,__environment); |
57 #else | 57 #else |
58 goto tcode2(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, | 58 goto tcode2(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, |
59 return,environment); | 59 __return,__environment); |
60 #endif | 60 #endif |
61 } | 61 } |
62 | 62 |
63 int | 63 int |
64 main1() | 64 main1() |
65 { | 65 { |
66 #ifdef WRONGNUMBER | 66 #ifdef WRONGNUMBER |
67 goto tcode1(0,1,2,3,4,5,6,7,8,9,10,11,12,13, | 67 goto tcode1(0,1,2,3,4,5,6,7,8,9,10,11,12,13, |
68 return,environment); | 68 __return,__environment); |
69 #else | 69 #else |
70 goto tcode1(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, | 70 goto tcode1(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, |
71 return,environment); | 71 __return,__environment); |
72 #endif | 72 #endif |
73 } | 73 } |
74 | 74 |
75 int | 75 int |
76 main2() | 76 main2() |
77 { | 77 { |
78 goto tcode0(0,1,tcode1,return,environment); | 78 goto tcode0(0,1,tcode1,__return,__environment); |
79 } | 79 } |
80 | 80 |
81 int | 81 int |
82 main4() | 82 main4() |
83 { | 83 { |
84 goto tcode4(0,1,tcode2,return,environment); | 84 goto tcode4(0,1,tcode2,__return,__environment); |
85 } | 85 } |
86 | 86 |
87 int | 87 int |
88 main() | 88 main() |
89 { | 89 { |