Add putchard and move to OrcJIT
[kaleidoscope-hs-old.git] / test.ks
1 def foo(x y) if x > y then x + y else x - y;
2 extern putchard(x);
3 putchard(42);