glibc/elf/reldep4mod4.c
Roland McGrath 563e3528e5 2001-06-10 Roland McGrath <roland@frob.com>
* elf/reldep4mod2.c: Use fully typed decls to avoid warnings.
	* elf/reldep4mod4.c: Likewise.
2001-06-10 23:06:25 +00:00

8 lines
60 B
C

extern int foo (void);
int
bar (void)
{
return foo ();
}