7 lines
35 B
C++
7 lines
35 B
C++
|
module M;
|
||
|
|
||
|
int f()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|