From 79521d91b2bb85652fd29f5c44279338d55c757f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 7 Jul 2026 21:39:57 +0200 Subject: Allow multiple parameters with same type --- testsuite/compilable/empty_proc_type_expression.elna | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testsuite/compilable/empty_proc_type_expression.elna (limited to 'testsuite/compilable') 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. -- cgit v1.2.3