aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/bad_import.zig
blob: 49e78a4be4302a64b970e5220fa662d429a1739e (plain)
1
2
3
4
5
6
7
const bogus = @import("bogus-does-not-exist.zig",);

// error
// backend=stage2
// target=native
//
// :1:23: error: unable to load '${DIR}bogus-does-not-exist.zig': FileNotFound