3fac000158
2001-09-05 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to build new tests. Don't run them yet since they both fail. * elf/dblload.c: New file. * elf/dblloadmod1.c: New file. * elf/dblloadmod2.c: New file. * elf/dblloadmod3.c: New file. * elf/dblunload.c: New file.
8 lines
65 B
C
8 lines
65 B
C
extern int bar (void);
|
|
|
|
int
|
|
foo (void)
|
|
{
|
|
return 10 + bar ();
|
|
}
|