9 lines
55 B
C++
9 lines
55 B
C++
|
module uses_std;
|
||
|
|
||
|
import std;
|
||
|
|
||
|
int f()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|