mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-08 09:03:40 +08:00
8 lines
39 B
C
8 lines
39 B
C
|
int i = 4;
|
||
|
|
||
|
int
|
||
|
foo ()
|
||
|
{
|
||
|
return i;
|
||
|
}
|