xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/StdDef/module.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambucmodule StdDef {
2f4a2713aSLionel Sambuc  module SizeT {
3f4a2713aSLionel Sambuc    header "size_t.h"
4f4a2713aSLionel Sambuc    export *
5f4a2713aSLionel Sambuc  }
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc  module Other {
8f4a2713aSLionel Sambuc    header "other.h"
9f4a2713aSLionel Sambuc    export *
10f4a2713aSLionel Sambuc  }
11*0a6a1f1dSLionel Sambuc
12*0a6a1f1dSLionel Sambuc  module PtrDiffT {
13*0a6a1f1dSLionel Sambuc    header "ptrdiff_t.h"
14*0a6a1f1dSLionel Sambuc    export *
15*0a6a1f1dSLionel Sambuc  }
16*0a6a1f1dSLionel Sambuc
17*0a6a1f1dSLionel Sambuc  module IncludeAgain {
18*0a6a1f1dSLionel Sambuc    header "include_again.h"
19*0a6a1f1dSLionel Sambuc    export *
20*0a6a1f1dSLionel Sambuc  }
21f4a2713aSLionel Sambuc}
22