2 // RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t \
3 // RUN: -working-directory %S/Inputs \
4 // RUN: -I subdirectory-module-maps-working-dir \
5 // RUN: %s -Werror=implicit-function-declaration -Xclang -verify
7 @import ModuleInSubdir;
13 // expected-no-diagnostics