Files
c3c/test/test_suite/import/import_error.c3

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() { }