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

6 lines
149 B
C

module test;
import std::core::mem;
import hello_world; // #error: No module named
import test; // #error: Importing the current
fn void hello() { }