hanchenye-llvm-project/clang/test/Modules/Inputs/dependency-gen-base.modulemap

7 lines
164 B
Plaintext

module "test-base" {
export *
header "Inputs/dependency-gen-included.h"
use "test-base2"
}
extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"