Home | History | Annotate | Download | only in StdDef
      1 module StdDef {
      2   module SizeT {
      3     header "size_t.h"
      4     export *
      5   }
      6 
      7   module Other {
      8     header "other.h"
      9     export *
     10   }
     11 }
     12