| 1 | module M { |
|---|---|
| 2 | module a { header "a.h" export * } |
| 3 | module b { header "b.h" export * } |
| 4 | module doesnotexist { header "doesnotexist.h" } |
| 5 | } |
| 6 | module X { |
| 7 | header "x.h" |
| 8 | export * |
| 9 | } |
| 10 |
| 1 | module M { |
|---|---|
| 2 | module a { header "a.h" export * } |
| 3 | module b { header "b.h" export * } |
| 4 | module doesnotexist { header "doesnotexist.h" } |
| 5 | } |
| 6 | module X { |
| 7 | header "x.h" |
| 8 | export * |
| 9 | } |
| 10 |