2024-11-11 15:18:55 +01:00

6 lines
40 B
Plaintext

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