Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / export_as_test.modulemap
blob4aaec4194ef5af410faec21320ae5cebd7254a05
1 module PrivateFoo {
2   export_as Foo
3   export_as Bar
4   export_as Bar
6   module Sub {
7     export_as Wibble
8   }