You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module libA {
|
|
module a1 { header "a1.h" }
|
|
header "a2.h"
|
|
}
|
|
|
|
module libB {
|
|
header "b1.h"
|
|
}
|
|
|
|
module nested_umbrella {
|
|
umbrella "nested_umbrella"
|
|
module * { }
|
|
}
|