diff options
Diffstat (limited to 'Tools/LuaMacro/tests/test.inc')
-rw-r--r-- | Tools/LuaMacro/tests/test.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/LuaMacro/tests/test.inc b/Tools/LuaMacro/tests/test.inc new file mode 100644 index 0000000..4276342 --- /dev/null +++ b/Tools/LuaMacro/tests/test.inc @@ -0,0 +1,3 @@ +print 'hello'
+print 'dolly'
+local answer = 42
|