6 lines
58 B
C++
6 lines
58 B
C++
|
export module a.same;
|
||
|
export int a_same()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|