llvm-project/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/module.modulemap

5 lines
96 B
Plaintext

framework module IncludeExcluded {
header "IncludeExcluded.h"
exclude header "Excluded.h"
}