aboutsummaryrefslogtreecommitdiff
path: root/check/code-gen/write.p
diff options
context:
space:
mode:
Diffstat (limited to 'check/code-gen/write.p')
-rw-r--r--check/code-gen/write.p4
1 files changed, 4 insertions, 0 deletions
diff --git a/check/code-gen/write.p b/check/code-gen/write.p
new file mode 100644
index 0000000..2201bc4
--- /dev/null
+++ b/check/code-gen/write.p
@@ -0,0 +1,4 @@
+program main (output);
+begin
+ write(1)
+end.