1*0a6a1f1dSLionel Sambuc // RUN: mkdir -p %t 2*0a6a1f1dSLionel Sambuc // RUN: cd %t 3*0a6a1f1dSLionel Sambuc // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml 4*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -Werror -I . -ivfsoverlay %t.yaml -fsyntax-only %s 5*0a6a1f1dSLionel Sambuc // REQUIRES: shell 6*0a6a1f1dSLionel Sambuc 7*0a6a1f1dSLionel Sambuc #include "not_real.h" 8*0a6a1f1dSLionel Sambuc foo()9*0a6a1f1dSLionel Sambucvoid foo() { 10*0a6a1f1dSLionel Sambuc bar(); 11*0a6a1f1dSLionel Sambuc } 12