xref: /llvm-project/clang/test/Modules/Inputs/pr19692/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1module cstd { module stdint { header "stdint.h" } }
2module LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } }
3module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
4