module HeaderLib { | |
header "HeaderLib.h" | |
} | |
module InstancetypeModule { | |
header "InstancetypeModule.h" | |
} | |
module BrokenTypes { | |
header "BrokenTypes.h" | |
} | |
module ModuleWithWrongCase { | |
header "ModuleWithWrongCase.h" | |
} | |
module ModuleWithWrongCasePrivate { | |
header "ModuleWithWrongCasePrivate.h" | |
} |