diff options
Diffstat (limited to 'tiger-compiler/tests/good/if.tig')
| -rw-r--r-- | tiger-compiler/tests/good/if.tig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tiger-compiler/tests/good/if.tig b/tiger-compiler/tests/good/if.tig new file mode 100644 index 0000000..62ffd21 --- /dev/null +++ b/tiger-compiler/tests/good/if.tig @@ -0,0 +1,2 @@ +/* correct if */ +if (10 > 20) then 30 else 40 |
