#include "hs_tests.h" static int testfunc1(lua_State *L) { return 0; } static int testfunc2(lua_State *L) { return 0; } static void print_stack(lua_State *L) { printf("stack: %d [", lua_gettop(L)); for (int i=0; i