source: trunk/testcase/weak/weak2-3.c@ 306

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

Early coding.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 104 bytes
Line 
1int bar3 = 3;
2
3#pragma weak foo
4int foo(void)
5{
6 return 3;
7}
8
9int foo3(void)
10{
11 return foo();
12}
13
14
Note: See TracBrowser for help on using the repository browser.