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