blob: 3cfd906d7679f37b7aa1e4a67587bcaee1564a32 [file] [log] [blame]
Ben Langmuird066d4c2014-02-28 21:16:07 +00001// RUN: rm -rf %t
Ben Langmuir801272a2014-02-25 18:23:47 +00002// RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
3// RUN: %clang_cc1 -Werror -fmodules -fmodules-cache-path=%t -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
4// REQUIRES: shell
5
6@import not_real;
7
8void foo() {
9 bar();
10}