// Make sure that we can parse the stdlib.sil deserialized from Swift.swiftmodule. // RUN: rm -f %t.* // RUN: %target-sil-opt -sil-disable-ast-dump -verify %libdir/swift/%target-sdk-name/$(test "%target-ptrsize" == "64" || echo %target-ptrsize)/Swift.swiftmodule -module-name=Swift -o %t.sil // RUN: %target-sil-opt -verify %t.sil > /dev/null