10 lines
79 B
Plaintext
10 lines
79 B
Plaintext
|
module A {
|
||
|
header "A.h"
|
||
|
export *
|
||
|
}
|
||
|
|
||
|
module B {
|
||
|
header "B.h"
|
||
|
export *
|
||
|
}
|