cmake/Tests/SetLang/zoom.zzz
2021-09-14 00:13:48 +02:00

8 lines
70 B
Plaintext

int zoom()
{
int r = 10;
r++;
int ret = r + 10;
return ret;
}