mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
19cf43bed6
2000-03-16 Ulrich Drepper <drepper@redhat.com> * elf/Makefile: Add rules to compile and rune constload1 test. * elf/constload1.c: New file. * elf/constload2.c: New file. * elf/constload3.c: New file.
8 lines
66 B
C
8 lines
66 B
C
extern int baz (void);
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return -21 + baz ();
|
|
}
|