aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/import_outside_package_path.zig
blob: 0c0df594193ebf64fcbc085184b1e5c09d6765c4 (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 package path: '../a.zig'