Files
llvm-project/clang/test/Modules/Inputs/pr19692/module.map
Richard Smith b93b36815d PR19692: Add (passing) regression test.
llvm-svn: 217836
2014-09-15 22:14:48 +00:00

4 lines
241 B
Plaintext

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" } }