llvm-for-llvmta/tools/clang/test/Modules/Inputs/lsv-debuginfo/module.modulemap

10 lines
150 B
Plaintext
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
module A {
umbrella "A" module * { export * }
}
module B {
umbrella "B" module * { export * }
}
module C {
umbrella "C" module * { export * }
}