mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
74b1c9fc8e
Fixes: #14516, #20716
8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
int zoom()
|
|
{
|
|
int r = 10;
|
|
r++;
|
|
int ret = r + 10;
|
|
return ret;
|
|
}
|