view paper/src/stackStackcbc.cbc @ 158:d2be76d48b00 default tip

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 17 Feb 2021 14:37:21 +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);