llvm-for-llvmta/tools/clang/test/Modules/Inputs/modular_maps/modulea.map

8 lines
80 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module A {
header "common.h"
header "a.h"
}
extern module B "moduleb.map"