diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-07 21:39:57 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-07 21:39:57 +0200 |
| commit | 79521d91b2bb85652fd29f5c44279338d55c757f (patch) | |
| tree | d3b5b73177f63fd5ff684a8aba6f7b9af84dab27 /testsuite/compilable | |
| parent | 470bfba45661d19558c0bf43b7819696a925ecb4 (diff) | |
| download | elna-79521d91b2bb85652fd29f5c44279338d55c757f.tar.gz | |
Allow multiple parameters with same type
Diffstat (limited to 'testsuite/compilable')
| -rw-r--r-- | testsuite/compilable/empty_proc_type_expression.elna | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/compilable/empty_proc_type_expression.elna b/testsuite/compilable/empty_proc_type_expression.elna new file mode 100644 index 0000000..ad959f3 --- /dev/null +++ b/testsuite/compilable/empty_proc_type_expression.elna @@ -0,0 +1,2 @@ +type P = proc() +end. |
