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