mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
// Make sure that we can deserialize the stdlib.
|
|
// RUN: %target-sil-opt %platform-module-dir/Swift.swiftmodule > /dev/null
|
|
// RUN: llvm-bcanalyzer %platform-module-dir/Swift.swiftmodule | FileCheck %s
|
|
|
|
// CHECK-NOT: Unknown
|