9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
module A {
|
|
header "A.h"
|
|
export *
|
|
}
|
|
module B {
|
|
header "B.h"
|
|
export *
|
|
}
|