summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/llvmtranslate/simple_nested_ifs.tig
blob: dd0d8d43efe39d5e38139ab557be59c6c7ca7405 (plain)
1
2
3
4
5
6
7
if 1 then
    if 0 then
        1
    else
        2
else
    0