view 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
line wrap: on
line source

Stack* stack = createSingleLinkedStack(context);
StackTest* stackTest = createStackTestImpl3(context);
Gearef(context, StackTest)->stackTest = (union Data*) stackTest;
Gearef(context, StackTest)->stack = stack;
Gearef(context, StackTest)->next = C_shutdown;
goto meta(context, stackTest->insertTest1);