Write basic test case

This commit is contained in:
Scott Richmond 2022-03-20 18:32:31 -04:00
parent 1f19a0ea1e
commit 3b1f2460a8

View File

@ -209,7 +209,8 @@
(do
(def source "
if false then :yay else print(:foo)
fn foo () -> :foo
foo ()
")