5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
--- v0/tests/parser_missing_semicolon_import.c2 ---
|
|
1| module my_module; import other_module
|
|
^
|
|
expected ';' after import
|