source: trunk/binutils/ld/testsuite/ld-elfvsb/common.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: 111 bytes
Line 
1int foo;
2asm (".hidden foo");
3
4int
5_start (void)
6{
7 return foo;
8}
9
10int
11__start (void)
12{
13 return _start ();
14}
Note: See TracBrowser for help on using the repository browser.