027_defer.patch 90 B

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