| 1 | module libA { |
|---|---|
| 2 | module a1 { header "a1.h" } |
| 3 | header "a2.h" |
| 4 | } |
| 5 | |
| 6 | module libB { |
| 7 | header "b1.h" |
| 8 | } |
| 9 | |
| 10 | module nested_umbrella { |
| 11 | umbrella "nested_umbrella" |
| 12 | module * { } |
| 13 | } |
| 14 |
| 1 | module libA { |
|---|---|
| 2 | module a1 { header "a1.h" } |
| 3 | header "a2.h" |
| 4 | } |
| 5 | |
| 6 | module libB { |
| 7 | header "b1.h" |
| 8 | } |
| 9 | |
| 10 | module nested_umbrella { |
| 11 | umbrella "nested_umbrella" |
| 12 | module * { } |
| 13 | } |
| 14 |