mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
8 lines
58 B
C
8 lines
58 B
C
|
extern int bar (void);
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
return bar ();
|
||
|
}
|