source: trunk/binutils/ld/testsuite/ld-elfvers/vers23a.c

Last change on this file was 607, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 89 bytes
Line 
1__asm__(".symver _old_bar,bar@VERS.0");
2
3void
4_old_bar (void)
5{
6}
7
8void
9foo (void)
10{
11}
Note: See TracBrowser for help on using the repository browser.