mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
7 lines
191 B
C
7 lines
191 B
C
module test;
|
|
import std::mem;
|
|
import std::mem; // #error: was imported more
|
|
import hello_world; // #error: No module named
|
|
import test; // #error: Importing the current
|
|
|
|
func void hello() { } |