const macho = struct
const macho = struct { fn dump(r: *Io.Reader, w: *Io.Writer) !void { _ = r; try w.writeAll("TODO dump macho file\n"); } }