summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/pr19692/module.map
blob: f4120dce6f8cd4b8e82642c1f3534375feb3c7d1 (plain)
1
2
3
module cstd { module stdint { header "stdint.h" } }
module LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } }
module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
OpenPOWER on IntegriCloud