]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/VFS/Inputs/MissingVFS/vfsoverlay.yaml
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / VFS / Inputs / MissingVFS / vfsoverlay.yaml
1 {
2   'version': 0,
3   'ignore-non-existent-contents': false,
4   'roots': [
5     { 'name': 'INPUT_DIR', 'type': 'directory',
6       'contents': [
7         { 'name': 'a.h', 'type': 'file',
8           'external-contents': 'OUT_DIR/a.h'
9         }
10       ]
11     }
12   ]
13 }