const std = @import("std");

pub fn open() !void {
    errdefer std.debug.print("cleanup\n", .{});
    return error.Sample;
}
