Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / private / module.map
blob9da44354be1449c29265c23f42a4bda70762cf44
1 module libPrivate1 {
2   header "public1.h"
3   private header "private1.h"
6 module libPrivate2 {
7   header "public2.h"
8   private header "private2.h"