annotate paper/src/StackTestArg.cbc @ 81:9974be9e2d1c

add arg
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 09:22:30 +0900
parents
children 92a1eb7a314c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 __code gmain(){
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 Stack* stack = createSingleLinkedStack(context);
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 StackTest* stackTest = createStackTestImpl3(context);
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 goto stackTest->insertTest1(shutdown);
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 }