aboutsummaryrefslogtreecommitdiff
path: root/test.sil
diff options
context:
space:
mode:
authorCamil Staps2017-07-17 21:48:37 +0000
committerCamil Staps2017-07-17 21:48:37 +0000
commit9f95fa78463d7e6b047485bdce28f1a970a45fd2 (patch)
treef0daf60bcfec390bf828178d2c75b486447ad708 /test.sil
Initial commit
Diffstat (limited to 'test.sil')
-rw-r--r--test.sil5
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;
+}