7 lines
51 B
C++
7 lines
51 B
C++
|
export module mod;
|
||
|
|
||
|
export int f()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|