blob: 946ef95dbfb8113749181c4c4639be42471c2ca3 [file] [log] [blame]
// Make sure that we can deserialize foundation.
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil %platform-sdk-overlay-dir/Foundation.swiftmodule > /dev/null
// RUN: llvm-bcanalyzer %platform-sdk-overlay-dir/Foundation.swiftmodule | %FileCheck %s
// REQUIRES: objc_interop
// CHECK-NOT: Unknown
// FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
// REQUIRES: rdar23805004