mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
380 B
Swift
7 lines
380 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules -typecheck %s -disable-named-lazy-member-loading \
|
|
// RUN: -verify -verify-additional-file %S/Inputs/custom-modules/ConflictingNames.h -verify-ignore-unknown
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
import ConflictingNames // expected-error {{could not build Objective-C module 'ConflictingNames'}}
|