bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/class-extension/module.modulemap
2025-02-14 19:21:04 +01:00

11 lines
110 B
Text

module A {
header "a.h"
header "a-proto.h"
export *
}
module AP {
header "a-private.h"
export *
}