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

// error
// backend=stage2
// target=native
//
// :2:17: error: import of file outside module path: '../a.zig'