mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
298 B
Swift
9 lines
298 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-symbolgraph-extract -sdk %clang-importer-sdk -module-name FactoryInit -F %S/Inputs/FactoryInit -output-dir %t -pretty-print -v
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
// RUN: %FileCheck %s --input-file %t/FactoryInit.symbols.json
|
|
|
|
// CHECK-NOT: not inherited
|