llvm-project/clang-tools-extra/test/module-map-checker/Inputs/includes-test/module.map

11 lines
147 B
Plaintext

// module.map
module Level1A {
header "Includes1/Level1A.h"
export *
}
module Level2A {
header "Includes2/Level2A.h"
export *
}