Sign in
llvm
/
llvm-project
/
clang
/
272b3a39e6df23a6d45cd0502a1b80c18e704178
/
.
/
test
/
Modules
/
no-implicit-maps.cpp
blob: cb270a05014eaee2fa45d5a20ab669b6d456baf5 [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c -fno-modules-implicit-maps -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
@import
libPrivate1
;
// expected-error {{not found}}