public func makeSomeClosures(t: T, x: Int, y: C1) -> (() -> (), () -> (), () -> ()) { return ({ _ = t }, { _ = x }, { _ = y }) }