view paper/src/replaceenum.cbc @ 91:4232c9dc1431

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 19:09:08 +0900
parents a25692dd0ca2
children
line wrap: on
line source

__code pop2TestStackTestImpl3(struct Context *context,struct StackTestImpl3* stackTest, struct Stack* stack, enum Code next) {
    Gearef(context, Stack)->stack = (union Data*) stack;
    Gearef(context, Stack)->next = C_pop2Test1StackTestImpl3_1;
    goto meta(context, stack->pop2);
}