From 19cf43bed69d9952c39391f42f22114afb3a0d3f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Mar 2000 02:17:59 +0000 Subject: Update. 2000-03-16 Ulrich Drepper * 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. --- elf/constload3.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 elf/constload3.c (limited to 'elf/constload3.c') diff --git a/elf/constload3.c b/elf/constload3.c new file mode 100644 index 0000000000..c9f94b86ee --- /dev/null +++ b/elf/constload3.c @@ -0,0 +1,7 @@ +extern int baz (void); + +int +bar (void) +{ + return -21 + baz (); +} -- cgit v1.2.3