mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
7 lines
57 B
C
7 lines
57 B
C
|
extern int a6(void);
|
||
|
int
|
||
|
a7(void)
|
||
|
{
|
||
|
return 1 + a6();
|
||
|
}
|