From 72f5e82196d95008ed12c12de6bdccf24361e106 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 7 Sep 2026 22:02:15 +0200 Subject: Make module entry point more procedure like --- testsuite/fail_compilation/program_arguments.elna | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/fail_compilation/program_arguments.elna (limited to 'testsuite/fail_compilation/program_arguments.elna') diff --git a/testsuite/fail_compilation/program_arguments.elna b/testsuite/fail_compilation/program_arguments.elna new file mode 100644 index 0000000..e614368 --- /dev/null +++ b/testsuite/fail_compilation/program_arguments.elna @@ -0,0 +1,4 @@ +program(first, second) (* @Error Program entry point should have no or one argument *) +return 0u8 + +end. -- cgit v1.2.3