8 lines
68 B
C++
8 lines
68 B
C++
export module uses_std;
|
|
import std;
|
|
|
|
export int f()
|
|
{
|
|
return 0;
|
|
}
|