6 lines
77 B
Text
6 lines
77 B
Text
|
|
export module B;
|
||
|
|
import X;
|
||
|
|
|
||
|
|
export int BValue() {
|
||
|
|
return XValue() * 2;
|
||
|
|
}
|