mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 07:43:10 +00:00
10 lines
149 B
Zig
10 lines
149 B
Zig
const bogus = @import(
|
|
"bogus-does-not-exist.zig",
|
|
);
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// bogus-does-not-exist.zig': FileNotFound
|