blob: 10712accb1c247fa05c4437a953ab31950dadbe3 [file] [log] [blame]
// See vfsoverlay.yaml
module ModuleNeedsVFS {
header "ModuleNeedsVFS.h"
export *
}
framework module * { }
module ModuleUndef { header "module-undef.h" }
module PreambleWithImplicitImport {
module A {
header "preamble-with-implicit-import-A.h"
}
module B {
header "preamble-with-implicit-import-B.h"
export *
}
module C {
header "preamble-with-implicit-import-C.h"
export *
}
}