6 lines
40 B
C++
6 lines
40 B
C++
int f(int x)
|
|
{
|
|
(void)x;
|
|
return 0;
|
|
}
|
int f(int x)
|
|
{
|
|
(void)x;
|
|
return 0;
|
|
}
|