unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/PR28794/module.modulemap

4 lines
53 B
Plaintext
Raw Normal View History

module M {
umbrella "Subdir" module * {export *}
}