Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / require-modular-includes / module.modulemap
blob0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225
1 module AnotherModule {
2   header "AnotherModule.h"
3   exclude header "AnotherModuleExcluded.h"
5 module Umbrella {
6   umbrella "umbrella"
8 module NotFramework {
9   header "NotFramework.h"
12 framework module * { }