6 lines
73 B
C++
6 lines
73 B
C++
export module M;
|
|
export import M:part;
|
|
import M:internal_part;
|
|
|
|
int f();
|