1*67e74705SXin Li// RUN: rm -rf %t 2*67e74705SXin Li// RUN: sed -e "s;INPUT_DIR;%/S/Inputs;g" -e "s;OUT_DIR;%/S/Inputs;g" %S/Inputs/vfsoverlay.yaml > %t.yaml 3*67e74705SXin Li 4*67e74705SXin Li// RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ivfsoverlay %t.yaml -F %S/Inputs -fsyntax-only %s -verify 5*67e74705SXin Li// RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs -fsyntax-only %s -verify 6*67e74705SXin Li// expected-no-diagnostics 7*67e74705SXin Li@import UsesFoo; 8