/// Test /// - Returns: An integer func test() -> Int {} // RUN: %sourcekitd-test -req=cursor -pos=%(line - 1):6 %s -- %s | %FileCheck %s // CHECK-LABEL: DOC COMMENT // CHECK: Test // CHECK: - Returns: An integer // CHECK-LABEL: DOC COMMENT XML // CHECK: test()s:18cursor_doc_comment4testSiyFfunc test() -> IntTestAn integer