Home | History | Annotate | Download | only in merge-decl-context
      1 module "a" {
      2   textual header "a.h"
      3 }
      4 
      5 module "b" {
      6   export *
      7   header "b.h"
      8 }
      9 
     10 module "c" {
     11   export *
     12   header "c.h"
     13 }
     14 
     15 module "d" {
     16   export *
     17   header "d.h"
     18 }
     19