mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-05 15:43:58 +08:00
9 lines
59 B
C
9 lines
59 B
C
|
extern void foo ();
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
foo ();
|
||
|
return 0;
|
||
|
}
|