diff options
Diffstat (limited to 'testsuite/fail_compilation/program_arguments.elna')
| -rw-r--r-- | testsuite/fail_compilation/program_arguments.elna | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
