diff options
Diffstat (limited to 'Tools/LuaMacro/tests/exit.tmp')
-rw-r--r-- | Tools/LuaMacro/tests/exit.tmp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/LuaMacro/tests/exit.tmp b/Tools/LuaMacro/tests/exit.tmp new file mode 100644 index 0000000..d56d271 --- /dev/null +++ b/Tools/LuaMacro/tests/exit.tmp @@ -0,0 +1,3 @@ +print 'hello'
+os.exit()
+
|