6 lines
73 B
C++
Raw Normal View History

2022-11-16 20:14:03 +01:00
export module M;
2023-05-23 16:38:00 +02:00
export import M:part;
import M:internal_part;
2022-11-16 20:14:03 +01:00
int f();