summaryrefslogtreecommitdiff
path: root/test/VFS/implicit-include.c
blob: acf665bee2481b89942959b11928ba3618407218 (plain)
1
2
3
4
5
6
7
// RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s
// REQUIRES: shell

void foo() {
  bar();
}