7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
export module b;
|
||
|
import a;
|
||
|
|
||
|
export int b() {
|
||
|
return a();
|
||
|
}
|