6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
module ModA { header "A.h" }
|
|
module ModB {
|
|
header "B.h"
|
|
export *
|
|
}
|