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