Files
linux-packaging-mono/external/llvm-project/clang-tools-extra/test/modularize/Inputs/MissingHeader/module.modulemap

11 lines
127 B
Plaintext
Raw Normal View History

// module.map
module Level1A {
header "Level1A.h"
export *
}
module Missing {
header "Missing.h"
export *
}