xref: /aosp_15_r20/external/clang/test/Modules/Inputs/pr19692/module.map (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Limodule cstd { module stdint { header "stdint.h" } }
2*67e74705SXin Limodule LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } }
3*67e74705SXin Limodule LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
4