mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
|