mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
module test;
|
|
|
|
import foo; // #error: No module named 'foo' could be found.
|
|
import bar; // #error: No module named 'bar' could be found. |