comparison src/cg1.cbc @ 1:73127e0ab57c

(none)
author soto@cr.ie.u-ryukyu.ac.jp
date Tue, 08 Sep 2020 18:38:08 +0900
parents
children
comparison
equal deleted inserted replaced
0:b919985837a3 1:73127e0ab57c
1 __code cg0(int a, int b) {
2 goto cg1(a+b);
3 }
4
5 __code cg1(int c) {
6 goto cg2(c);
7 }