DEBSOURCES
Skip Quicknav
sources / tarantool / 2.6.0-1.4 / test / app / loaderslib.c
12345678
#include <lua.h> LUA_API int luaopen_loaderslib(lua_State *L) { lua_pushliteral(L, "success"); return 1; }