mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-28 20:04:10 +00:00
6 lines
40 B
Plaintext
6 lines
40 B
Plaintext
int f(int x)
|
|
{
|
|
(void)x;
|
|
return 0;
|
|
}
|