Merge pull request #12979 from Vexu/inline-switch

Implement inline switch cases
This commit is contained in:
Andrew Kelley
2022-10-03 23:43:09 -04:00
committed by GitHub
20 changed files with 964 additions and 222 deletions
+1
View File
@@ -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) {