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

// error
// backend=stage2
// target=native
//
// :1:21: error: no module named 'foo' available within module root