Home | History | Annotate | Download | only in using-decl-redecl
      1 module a { header "a.h" }
      2 module b { header "b.h" export a }
      3 module c { header "c.h" export a export b }
      4 module d { header "d.h" }
      5