llvm-for-llvmta/tools/clang/test/Modules/Inputs/pr19692/module.map
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02: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" } }