blob: 8b30ffa67455eb388d2563845a1ae72a803c4e14 [file] [log] [blame]
Richard Smith54cc3c22014-12-11 20:50:24 +00001module "test-base" {
2 export *
3 header "Inputs/dependency-gen-included.h"
4 use "test-base2"
5}
6extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"