4 lines
101 B
Diff
4 lines
101 B
Diff
35c34
|
|
< std.debug.print("failed!\n", .{});
|
|
---
|
|
> errdefer std.debug.print("failed!\n", .{});
|