mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -target x86_64-apple-macos10.9 -module-name SilencePreconcurrency
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-frontend -compile-module-from-interface -o %/t/SilencePreconcurrency.swiftmodule %s -verify
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
@preconcurrency import Swift
|