diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-04 22:29:49 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-04 22:29:49 +0200 |
| commit | 265e6d6a27eebbcafbd73f0da76e516a139f21d1 (patch) | |
| tree | fa52c0c4fcf281011987d850102cf6bbfc7f98a2 /testsuite | |
| parent | e068da3028c1ae30741d2d1ceaca691b71830bfe (diff) | |
| download | elna-265e6d6a27eebbcafbd73f0da76e516a139f21d1.tar.gz | |
Allow empty statements
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/compilable/empty_statements_in_a_row.elna | 6 |
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. |
