Avatar
@swift-main struct S { func callAsFunction(_ block: () -> Void) -> Int { Int.random(in: 0..<100) } } print(S.init{})