mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 16:23:07 +00:00
8 lines
179 B
Zig
8 lines
179 B
Zig
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
|