aboutsummaryrefslogtreecommitdiffstats
path: root/out/test.lua
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-10 01:37:57 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-10 01:37:57 +0000
commit81ae14331b28127d505a8adb84227029f68dab0b (patch)
treea1bf70436235d4946af03f8766a4b7ca14cb029c /out/test.lua
parentupdate (diff)
downloadluatablegen-81ae14331b28127d505a8adb84227029f68dab0b.tar.gz
luatablegen-81ae14331b28127d505a8adb84227029f68dab0b.zip
update
Diffstat (limited to 'out/test.lua')
-rw-r--r--out/test.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/out/test.lua b/out/test.lua
new file mode 100644
index 0000000..0ada3a3
--- /dev/null
+++ b/out/test.lua
@@ -0,0 +1,15 @@
+
+print("Start of REPL test\n")
+--global_type_t = require("global_type_t")
+
+for k,v in pairs(global_type_t) do
+ if type(v) == "function" then
+ print(i, v)
+ end
+end
+
+--local gt = global_type_t()
+local gt = global_type_t:mutability()
+local gt = global_type_t:new()
+print("End of REPL test\n")
+