5 lines
56 B
Text
5 lines
56 B
Text
|
|
export module X;
|
||
|
|
|
||
|
|
export int XValue() {
|
||
|
|
return 7;
|
||
|
|
}
|