3 lines
241 B
Text
3 lines
241 B
Text
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" } }
|