mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-09 10:20:53 +00:00
9 lines
96 B
C++
9 lines
96 B
C++
|
int main(int, char* [])
|
||
|
{
|
||
|
int i;
|
||
|
for (int i = 0; i < 1; ++i)
|
||
|
;
|
||
|
(void)i;
|
||
|
return 0;
|
||
|
}
|