diff options
author | Camil Staps | 2017-07-17 21:48:37 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-17 21:48:37 +0000 |
commit | 9f95fa78463d7e6b047485bdce28f1a970a45fd2 (patch) | |
tree | f0daf60bcfec390bf828178d2c75b486447ad708 /test.sil |
Initial commit
Diffstat (limited to 'test.sil')
-rw-r--r-- | test.sil | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test.sil b/test.sil new file mode 100644 index 0000000..8f6b371 --- /dev/null +++ b/test.sil @@ -0,0 +1,5 @@ +Int main () { + Int x; + x := 100; + return x; +} |