summaryrefslogtreecommitdiff
path: root/gtest/script/call_cfunction_invalid_args.lua
blob: 697139e8fc8216abdbe07d9a7eefbf97b72351dc (plain)
1
2
3
4
5
6
local data = TSG.data

local str = TSG.get.get_hello("test", "Test")

local ret = TSG.set.set_world(str, "world")
return string.len(ret), ret