mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
304 B
Swift
5 lines
304 B
Swift
// RUN: %target-build-swift -emit-imported-modules -module-name imported_modules_underlying %s -o %t.importedmodules -import-underlying-module -I %S/Inputs/imported_modules/
|
|
// RUN: diff %t.importedmodules %S/Inputs/imported_modules/imported_modules_underlying.importedmodules
|
|
|
|
// REQUIRES: objc_interop
|