Mercurial > hg > Papers > 2017 > atton-master
view paper/src/goto.cbc @ 104:0ab2de92120b teacher-submit
Added tag 1F-submit for changeset 0a4646310261
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 13 Feb 2017 10:33:15 +0900 |
parents | 6bf2e0196a1e |
children |
line wrap: on
line source
__code cs0(int a, int b){ goto cs1(a+b); } __code cs1(int c){ goto cs2(c); }