mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
Merge pull request #12979 from Vexu/inline-switch
Implement inline switch cases
This commit is contained in:
@@ -182,6 +182,7 @@ test {
|
||||
_ = @import("behavior/decltest.zig");
|
||||
_ = @import("behavior/packed_struct_explicit_backing_int.zig");
|
||||
_ = @import("behavior/empty_union.zig");
|
||||
_ = @import("behavior/inline_switch.zig");
|
||||
}
|
||||
|
||||
if (builtin.os.tag != .wasi) {
|
||||
|
||||
Reference in New Issue
Block a user