view paper/src/StackTestArg.h @ 91:4232c9dc1431

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

typedef struct StackTest <> {
  __code insertTest1(Impl* stackTest, struct Stack* stack, __code next(...));
  __code next(...);
} StackTest;