unplugged-system/external/clang/test/Modules/Inputs/attr-unavailable/module.modulemap

5 lines
138 B
Plaintext
Raw Normal View History

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