2024-02-02 17:42:32 +01:00

7 lines
51 B
C++

export module mod;
export int f()
{
return 0;
}