8 lines
61 B
C++
8 lines
61 B
C++
|
export module e;
|
||
|
import d;
|
||
|
|
||
|
export int e()
|
||
|
{
|
||
|
return d();
|
||
|
}
|