xref: /minix3/external/bsd/llvm/dist/clang/test/VFS/implicit-include.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
2*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s
3*0a6a1f1dSLionel Sambuc // REQUIRES: shell
4*0a6a1f1dSLionel Sambuc 
foo()5*0a6a1f1dSLionel Sambuc void foo() {
6*0a6a1f1dSLionel Sambuc   bar();
7*0a6a1f1dSLionel Sambuc }
8