source:
trunk/kLdr/testcase/tst-0.c
Last change on this file was 2, checked in by , 18 years ago | |
---|---|
|
|
File size: 221 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #include "tst.h" |
2 | ||
3 | MY_IMPORT(int) FuncA(void); | |
4 | MY_IMPORT(int) FuncB(void); | |
5 | MY_IMPORT(int) FuncC(void); | |
6 | ||
7 | int main() | |
8 | { | |
9 | unsigned u; | |
10 | u = FuncA() | FuncB() | FuncC(); | |
11 | return u == 0x42424242 ? 0 : 1; | |
12 | } | |
13 |
Note:
See TracBrowser
for help on using the repository browser.