1 | module cstd { module stdint { header "stdint.h" } } |
---|---|
2 | module LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } } |
3 | module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } } |
4 |
1 | module cstd { module stdint { header "stdint.h" } } |
---|---|
2 | module LLVMSupport { module Blah { header "Blah.h" export * } module AIX { header "AIX.h" } } |
3 | module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } } |
4 |