029_errdefer.patch 101 B

1234
  1. 35c34
  2. < std.debug.print("failed!\n", .{});
  3. ---
  4. > errdefer std.debug.print("failed!\n", .{});