glibc/elf/global.c
Ulrich Drepper 273a3cfb99 Update.
* elf/global.c: New file.
	* elf/globalmod1.c: New file.
	* elf/Makefile: Add rules to build and run global.
2001-03-04 19:51:54 +00:00

8 lines
58 B
C

extern int test (void);
int
main()
{
return test ();
}