glibc/elf/testobj1_1.c
Ulrich Drepper 6bd0638460 Update.
* elf/restest1.c: New file.  Symbol resolution test.
	* elf/testobj1_1.c: New file.  Module used in this test.
	* elf/Makefile: Add rules for restest1 generation and execution.
1999-01-19 23:47:25 +00:00

6 lines
55 B
C

int
obj1func1 (int a)
{
return 42 + obj1func2 (a);
}