2023-05-23 16:38:00 +02:00

6 lines
73 B
C++

export module M;
export import M:part;
import M:internal_part;
int f();