ziglings/patches/patches/27_defer.patch
2021-02-15 17:13:55 -05:00

4 lines
90 B
Diff

23c23
< std.debug.print("Two\n", .{});
---
> defer std.debug.print("Two\n", .{});