mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
271 B
Swift
9 lines
271 B
Swift
// RUN: not %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -target x86_64-apple-macosx10.8 %s
|
|
//
|
|
// This test ensures that a -target that is too old for the standard library
|
|
// will not crash in the ClangImporter.
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
import Foundation
|