aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/import_outside_module_path.zig
blob: 76a905751fd789a59ba5a65be45b59aa37a5911d (plain)
1
2
3
4
5
6
7
comptime {
    _ = @import("../a.zig");
}

// error
//
// :2:17: error: import of file outside module path