7 lines
51 B
C++
Raw Normal View History

2024-02-02 17:42:32 +01:00
export module mod;
export int f()
{
return 0;
}