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