You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
534 B
31 lines
534 B
4 months ago
|
// 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 *
|
||
|
}
|
||
|
}
|
||
|
|
||
|
module hidden_redecls {
|
||
|
header "hidden-redecls.h"
|
||
|
|
||
|
explicit module sub {
|
||
|
header "hidden-redecls-sub.h"
|
||
|
}
|
||
|
}
|