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

// error
// backend=stage2
// target=native
//
// bogus-does-not-exist.zig': FileNotFound