mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
5b6becf186
rdar://59500543
9 lines
345 B
Swift
9 lines
345 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-build-swift %s -module-name NoDocComment -emit-module-path %t/NoDocComment.swiftmodule
|
|
// RUN: %target-swift-symbolgraph-extract -module-name NoDocComment -I %t -pretty-print -output-dir %t
|
|
// RUN: %FileCheck %s --input-file %t/NoDocComment.symbols.json
|
|
|
|
public struct S {}
|
|
|
|
// CHECK-NOT: docComment
|