llvm/clang/test/VFS/Inputs/vfsoverlay2.yaml

{
  'version': 0,
  'roots': [
    { 'name': 'OUT_DIR', 'type': 'directory',
      'contents': [
        { 'name': 'module.modulemap', 'type': 'file',
          'external-contents': 'INPUT_DIR/actual_module2.map'
        }
      ]
    }
  ]
}