Mercurial > hg > Papers > 2023 > soto-master
view Paper/src/excbc.cbc @ 28:423f59b098ac
Add svg
author | soto <soto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 Feb 2023 17:18:23 +0900 |
parents | a72446879486 |
children |
line wrap: on
line source
__code cs0(int a, int b) { goto cs1(a+b); } __code cs1(int c) { goto cs2(c); }