2024-04-14 22:45:38 +02:00

8 lines
102 B
C++

export module importable;
import module1;
export int from_import()
{
return from_inner_import();
}