Avatar
@swift-5.5.3 func foo() { let a: Void let b: Int print(a) print(b) } (edited)