aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable')
-rw-r--r--testsuite/compilable/empty_statements_in_a_row.elna6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/compilable/empty_statements_in_a_row.elna b/testsuite/compilable/empty_statements_in_a_row.elna
new file mode 100644
index 0000000..3cc283c
--- /dev/null
+++ b/testsuite/compilable/empty_statements_in_a_row.elna
@@ -0,0 +1,6 @@
+proc f()
+begin
+ ;
+end
+
+end.