7 lines
71 B
C++
7 lines
71 B
C++
|
export module module1;
|
||
|
|
||
|
export int from_inner_import()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|