xref: /llvm-project/clang/test/ClangScanDeps/Inputs/vfsoverlay.yaml (revision e1f4c4aad27992d6b8a0b8d85af42c14fa68c298)
1{
2  'version': 0,
3  'roots': [
4    { 'name': 'DIR', 'type': 'directory',
5      'contents': [
6        { 'name': 'not_real.h', 'type': 'file',
7          'external-contents': 'DIR/Inputs/header.h'
8        }
9      ]
10    }
11  ]
12}
13