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