mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
b90ae10dda
Fixes #22750
6 lines
40 B
Plaintext
6 lines
40 B
Plaintext
int f(int x)
|
|
{
|
|
(void)x;
|
|
return 0;
|
|
}
|