summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/llvmtranslate/simple_sequence_int.tig
blob: 56228573fbb4a8f72ca42dbf45f5ab63f4ec9f1d (plain)
1
2
3
4
5
6
7
8
let
    function seq(): int = (
        1;
        2;
        3
    )
in
end