bolt/deps/llvm-18.1.8/clang/test/ClangScanDeps/Inputs/vfsoverlay.yaml
2025-02-14 19:21:04 +01:00

12 lines
224 B
YAML

{
'version': 0,
'roots': [
{ 'name': 'DIR', 'type': 'directory',
'contents': [
{ 'name': 'not_real.h', 'type': 'file',
'external-contents': 'DIR/Inputs/header.h'
}
]
}
]
}