// RUN: %batch-code-completion @resultBuilder struct MyBuilder { static func buildBlock() -> Int static func buildBlock(_ content: Content) -> Content } @MyBuilder func test(action: () -> #^COMPLETE^#Void) {} // COMPLETE: Decl[TypeAlias]/OtherModule[Swift]/IsSystem: Void[#Void#]; name=Void