xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/pr19692/module.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucmodule cstd { module stdint { header "stdint.h" } }
2*0a6a1f1dSLionel Sambucmodule LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } }
3*0a6a1f1dSLionel Sambucmodule LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
4