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