6 lines
77 B
Text
6 lines
77 B
Text
|
|
export module C;
|
||
|
|
import X;
|
||
|
|
|
||
|
|
export int CValue() {
|
||
|
|
return XValue() * 3;
|
||
|
|
}
|