brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 5c4e0da Raw
22 lines · plain
1module 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  module PtrDiffT {13    header "ptrdiff_t.h"14    export *15  }16 17  module IncludeAgain {18    header "include_again.h"19    export *20  }21}22