| ... | @@ -2513,6 +2513,7 @@ fn astgenAndSemaDecl(mod: *Module, decl: *Decl) !bool { | ... | @@ -2513,6 +2513,7 @@ fn astgenAndSemaDecl(mod: *Module, decl: *Decl) !bool { |
| 2513 | | 2513 | |
| 2514 | const block_expr = node_datas[decl_node].lhs; | 2514 | const block_expr = node_datas[decl_node].lhs; |
| 2515 | _ = try AstGen.comptimeExpr(&gen_scope, &gen_scope.base, .none, block_expr); | 2515 | _ = try AstGen.comptimeExpr(&gen_scope, &gen_scope.base, .none, block_expr); |
| | 2516 | _ = try gen_scope.addBreak(.break_inline, gen_scope.break_block, .void_value); |
| 2516 | | 2517 | |
| 2517 | const code = try gen_scope.finish(); | 2518 | const code = try gen_scope.finish(); |
| 2518 | if (std.builtin.mode == .Debug and mod.comp.verbose_ir) { | 2519 | if (std.builtin.mode == .Debug and mod.comp.verbose_ir) { |