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

9 lines
98 B
C++

export module importable;
int forwarding();
export int from_import()
{
return forwarding();
}