7 lines
52 B
C++
7 lines
52 B
C++
|
export module priv;
|
||
|
|
||
|
export int g()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|