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