8 lines
78 B
Text
8 lines
78 B
Text
module A {
|
|
header "A.h"
|
|
export *
|
|
}
|
|
module B {
|
|
header "B.h"
|
|
export *
|
|
}
|