mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
8 lines
48 B
C
8 lines
48 B
C
|
extern int xxx;
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
return xxx;
|
||
|
}
|