Avatar
@swift-5.2.5 func foo(_ x: @autoclosure () -> Int) { print(x()) } foo { 42 }