summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/llvmtranslate/simple_if_no_else.tig
blob: 41c6165c19b6b83a1c91dea8cca16f1679623707 (plain)
1
2
3
4
5
6
let
    function nothing (a : int) = a := 42
in
    if 0 then
        nothing(43)
end