c8a8d3bb27
* ld-elfvers/vers.exp, *: New tests for symbol versioning. * config/default.exp: Set ar and strip.
9 lines
84 B
C
9 lines
84 B
C
/*
|
|
* Main program for test1, test2.
|
|
*/
|
|
|
|
|
|
main()
|
|
{
|
|
printf("%d\n", show_foo());
|
|
}
|