Mercurial > hg > Papers > 2021 > anatofuz-master
annotate paper/src/stackStackcbc.cbc @ 131:988b3024d685
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2021 05:49:37 +0900 |
parents | cb7fc7356561 |
children |
rev | line source |
---|---|
101 | 1 Stack* stack = createSingleLinkedStack(context); |
2 StackTest* stackTest = createStackTestImpl3(context); | |
3 Gearef(context, StackTest)->stackTest = (union Data*) stackTest; | |
4 Gearef(context, StackTest)->stack = stack; | |
5 Gearef(context, StackTest)->next = C_shutdown; | |
6 goto meta(context, stackTest->insertTest1); | |
7 |