| ... | @@ -6432,6 +6432,7 @@ fn asmExpr( | ... | @@ -6432,6 +6432,7 @@ fn asmExpr( |
| 6432 | // We still need to trigger all the expr() calls here to avoid errors for unused things. | 6432 | // We still need to trigger all the expr() calls here to avoid errors for unused things. |
| 6433 | // So we pass 0 as the asm source and stage2 Sema will notice this and | 6433 | // So we pass 0 as the asm source and stage2 Sema will notice this and |
| 6434 | // report the error. | 6434 | // report the error. |
| | 6435 | _ = try comptimeExpr(gz, scope, .none, full.ast.template); |
| 6435 | break :blk IndexSlice{ .index = 0, .len = 0 }; | 6436 | break :blk IndexSlice{ .index = 0, .len = 0 }; |
| 6436 | }, | 6437 | }, |
| 6437 | }; | 6438 | }; |