xref: /llvm-project/clang/test/VFS/Inputs/unknown-redirect.yaml (revision 502f14d6f2eee10d2993ed22d820f12cf52462d6)
1{
2  'redirecting-with': 'none',
3  'roots': [
4    {
5      'type': 'directory-remap',
6      'name': '//root/a',
7      'external-contents': '//root/b'
8    }
9  ]
10}
11