Mercurial > hg > Papers > 2018 > ryokka-sigos
view Paper/src/excbc.cbc @ 12:e20725cd6d8a default tip
fix slides
author | ryokka |
---|---|
date | Mon, 21 May 2018 00:29:29 +0900 |
parents | a5facba1adbc |
children |
line wrap: on
line source
__code cs0(int a, int b) { goto cs1(a+b); } __code cs1(int c) { goto cs2(c); }