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

12 lines
211 B
Text

module AnotherModule {
header "AnotherModule.h"
exclude header "AnotherModuleExcluded.h"
}
module Umbrella {
umbrella "umbrella"
}
module NotFramework {
header "NotFramework.h"
}
framework module * { }