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

4 lines
138 B
Text

module two { header "two.h" }
module oneA { header "oneA.h" }
module oneB { header "oneB.h" export oneA }
module oneC { header "oneC.h" }