Home | History | Annotate | Download | only in string_names
      1 module "my/module-a" {
      2   header "a.h"
      3   use "my/module-c"
      4 
      5   module "Sub" {
      6     header "sub.h"
      7   }
      8 }
      9 
     10 module "my/module-b" {
     11   header "b.h"
     12 }
     13 
     14 module "my/module-c" {
     15   header "c.h"
     16 }
     17