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