1module PrivateFoo {2 export_as Foo3 export_as Bar4 export_as Bar5 6 module Sub {7 export_as Wibble8 }9}10 11module B {12 export_as C.B13}14