7 lines
164 B
Plaintext
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"
|