Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[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   }