diff options
Diffstat (limited to 'test/ui/test.lua')
-rw-r--r-- | test/ui/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ui/test.lua b/test/ui/test.lua new file mode 100644 index 00000000..413f4a92 --- /dev/null +++ b/test/ui/test.lua @@ -0,0 +1,3 @@ +if true then + print() +end |