2021-09-14 00:13:48 +02:00

6 lines
40 B
C++

int f(int x)
{
(void)x;
return 0;
}