blob: c106dd453e0420d1b41483461f9e890c008cd58d [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t \
// RUN: -working-directory %S/Inputs \
// RUN: -I subdirectory-module-maps-working-dir \
// RUN: %s -Werror=implicit-function-declaration -Xclang -verify
@import ModuleInSubdir;
void foo() {
int x = bar();
}
// expected-no-diagnostics