mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 23:03:29 +08:00
11 lines
57 B
C
11 lines
57 B
C
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void
|
||
|
KeepMe (void)
|
||
|
{
|
||
|
}
|