X-Git-Url: https://git.lukelau.me/?p=kaleidoscope-hs-old.git;a=blobdiff_plain;f=test.ks;fp=test.ks;h=c18328bc30c77dbf7d5536ac5cc8e5d44ebf7c15;hp=0000000000000000000000000000000000000000;hb=c67238064a9570e5c22566413b68906c9fcf39fe;hpb=749e5a29af22fc74b8c597485de9be6485ccc62f diff --git a/test.ks b/test.ks new file mode 100644 index 0000000..c18328b --- /dev/null +++ b/test.ks @@ -0,0 +1,3 @@ +def foo(x y) if x > y then x + y else x - y; +extern putchard(x); +putchard(42);