source:
trunk/testcase/weak/weak2-3.c@
306
Last change on this file since 306 was 306, checked in by , 22 years ago | |
---|---|
|
|
File size: 104 bytes |
Line | |
---|---|
1 | int bar3 = 3; |
2 | |
3 | #pragma weak foo |
4 | int foo(void) |
5 | { |
6 | return 3; |
7 | } |
8 | |
9 | int foo3(void) |
10 | { |
11 | return foo(); |
12 | } |
13 | |
14 |
Note:
See TracBrowser
for help on using the repository browser.