summaryrefslogtreecommitdiffstats
path: root/clang/test/VFS/include.c
blob: 16a1bca71a720166715fd88e509052d6b7178ff7 (plain)
1
2
3
4
5
6
7
8
// 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 -I %t -ivfsoverlay %t.yaml -fsyntax-only %s

#include "not_real.h"

void foo() {
  bar();
}
OpenPOWER on IntegriCloud