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

4 lines
122 B
Text

module a { header "a.h" }
module b { header "b.h" export * }
module c { header "c.h" export * }
module d { header "d.h" }