mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
19990502 sourceware import
This commit is contained in:
10
ld/testsuite/ld-elfvers/vers3.c
Normal file
10
ld/testsuite/ld-elfvers/vers3.c
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Main program for test1, test2.
|
||||
*/
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
printf("%d\n", show_foo());
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user