8 lines
88 B
C++
8 lines
88 B
C++
module partition_level:impl1;
|
|
namespace partition_level {
|
|
int impl1()
|
|
{
|
|
return 0;
|
|
}
|
|
}
|