Agda-2.3.2.2: test/fail/ModuleDoesntExport.agda
module ModuleDoesntExport where module A where postulate C : Set open A using (B; module P) renaming (D to C)
module ModuleDoesntExport where module A where postulate C : Set open A using (B; module P) renaming (D to C)