1*67e74705SXin Li// See vfsoverlay.yaml 2*67e74705SXin Limodule ModuleNeedsVFS { 3*67e74705SXin Li header "ModuleNeedsVFS.h" 4*67e74705SXin Li export * 5*67e74705SXin Li} 6*67e74705SXin Liframework module * { } 7*67e74705SXin Li 8*67e74705SXin Limodule ModuleUndef { header "module-undef.h" } 9*67e74705SXin Li 10*67e74705SXin Limodule PreambleWithImplicitImport { 11*67e74705SXin Li module A { 12*67e74705SXin Li header "preamble-with-implicit-import-A.h" 13*67e74705SXin Li } 14*67e74705SXin Li module B { 15*67e74705SXin Li header "preamble-with-implicit-import-B.h" 16*67e74705SXin Li export * 17*67e74705SXin Li } 18*67e74705SXin Li module C { 19*67e74705SXin Li header "preamble-with-implicit-import-C.h" 20*67e74705SXin Li export * 21*67e74705SXin Li } 22*67e74705SXin Li} 23