7 lines
75 B
C++
7 lines
75 B
C++
export module subdir_importable;
|
|
|
|
export int from_subdir()
|
|
{
|
|
return 0;
|
|
}
|