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