2022-11-16 20:14:03 +01:00

6 lines
77 B
C++

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