// Make sure that we can parse the stdlib.sil deserialized from Swift.swiftmodule. // RUN: rm -f %t.* // RUN: %sil-opt -sil-disable-ast-dump -verify %libdir/swift/macosx/Swift.swiftmodule -module-name=Swift -target=%target-triple -o %t.sil // RUN: %sil-opt -verify %t.sil > /dev/null