android_mt6572_jiabo/external/clang/test/Modules/Inputs/macro-masking/module.modulemap
2025-09-05 16:56:03 +08:00

4 lines
87 B
Text

module X {
module A { header "a.h" export * }
module B { header "b.h" export * }
}