mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 13:05:52 -04:00

Reads the description of a virtual filesystem from a file and overlays it over the real file system. llvm-svn: 202176
8 lines
234 B
C
8 lines
234 B
C
// 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();
|
|
}
|