mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
7 lines
43 B
C
7 lines
43 B
C
|
int foo();
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return foo();
|
||
|
}
|