blob: 180a4aad36dcdc0696c10f0bb018cf26ba8f94a1 [file] [log] [blame]
module ModA {
header "ModA.h" export *
module SubModA {
header "SubModA.h"
module SubSubModA {
header "SubSubModA.h"
}
}
}