summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/bind/simple_sequence_int.tig
blob: 34e7757b8cee584936bed419b01391369f3392cf (plain)
1
2
3
4
5
6

    function seq(): int = (
        1;
        2;
        3
    )