| 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 | module PtrDiffT { |
| 13 | header "ptrdiff_t.h" |
| 14 | export * |
| 15 | } |
| 16 | |
| 17 | module IncludeAgain { |
| 18 | header "include_again.h" |
| 19 | export * |
| 20 | } |
| 21 | } |
| 22 |