mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
223 B
Swift
8 lines
223 B
Swift
// RUN: not %target-typecheck-verify-swift -target arm64e-apple-ios13.0 -F %S/Inputs 2>&1 | %FileCheck %s
|
|
|
|
// REQUIRES: OS=ios
|
|
// UNSUPPORTED: OS=maccatalyst
|
|
|
|
import DummyFramework
|
|
// CHECK: no such module 'DummyFramework'
|