blob: 6a24aef4b69d93f001e532b3a4cd81504a90d96f [file] [log] [blame]
// RUN: %target-swift-frontend -emit-ir -O -wmo %s | %FileCheck %s
// CHECK-DAG: @"$S38nested_private_type_context_descriptor1X33{{.................................}}LLVMn" = internal constant
// CHECK-DAG: @"$S38nested_private_type_context_descriptor1X33{{.................................}}LLV1YVMn" = internal constant
fileprivate struct X {
fileprivate struct Y {}
}
public func force_metadata() -> Any.Type {
return X.Y.self
}