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