]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/VFS/relative-path.c
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / VFS / relative-path.c
1 // RUN: mkdir -p %t
2 // RUN: cd %t
3 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
4 // RUN: %clang_cc1 -Werror -I . -ivfsoverlay %t.yaml -fsyntax-only %s
5 // REQUIRES: shell
6
7 #include "not_real.h"
8
9 void foo() {
10   bar();
11 }