move stage2 compile errors out of special folder
This commit is contained in:
8
test/cases/compile_errors/import_outside_package.zig
Normal file
8
test/cases/compile_errors/import_outside_package.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
export fn a() usize {
|
||||
return @import("../../above.zig").len;
|
||||
}
|
||||
|
||||
// error
|
||||
// target=native
|
||||
//
|
||||
// :2:20: error: import of file outside package path: '../../above.zig'
|
||||
Reference in New Issue
Block a user