source: trunk/kLdr/testcase/tst-1-b.c@ 2849

Last change on this file since 2849 was 2841, checked in by bird, 19 years ago

some simple testcases.

File size: 138 bytes
Line 
1#include "tst.h"
2const char *g_pszName = "b";
3
4MY_IMPORT(int) FuncD(void);
5
6MY_EXPORT(int) FuncB(void)
7{
8 return FuncD();
9}
10
Note: See TracBrowser for help on using the repository browser.