aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/loc.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/loc.lua b/tests/loc.lua
new file mode 100644
index 0000000..d50b9de
--- /dev/null
+++ b/tests/loc.lua
@@ -0,0 +1,15 @@
+llby = require "lullaby"
+
+local nya = "mya"
+uwu = "bye"
+local _o = _G
+_G.ooo = "mya"
+print(_o.ooo)
+local owo = "hi"
+
+function a()
+ local meo = "a"
+ llby.test.stack_dump()
+end
+
+a()