xref: /llvm-project/clang/test/Modules/Inputs/export_as_test.modulemap (revision f0b11de279e7ef31c36b7baa71f9b1b172591dab)
1*f0b11de2SDouglas Gregormodule PrivateFoo {
2*f0b11de2SDouglas Gregor  export_as Foo
3*f0b11de2SDouglas Gregor  export_as Bar
4*f0b11de2SDouglas Gregor  export_as Bar
5*f0b11de2SDouglas Gregor
6*f0b11de2SDouglas Gregor  module Sub {
7*f0b11de2SDouglas Gregor    export_as Wibble
8*f0b11de2SDouglas Gregor  }
9*f0b11de2SDouglas Gregor}
10