Bend/tests/golden_tests/compile_file/def_pat_unscoped.bend

4 lines
38 B
Plaintext

add $a b = (+ $a b)
main = (add 9 4)