zig/test/cases/compile_errors/bad_import.zig
Eric Joldasov 50339f595a all: zig fmt and rename "@XToY" to "@YFromX"
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-06-19 12:34:42 -07:00

9 lines
149 B
Zig

const bogus = @import(
"bogus-does-not-exist.zig",
);
// error
// backend=stage2
// target=native
//
// bogus-does-not-exist.zig': FileNotFound