source: trunk/kLdr/testcase/tst-1-d.c@ 2875

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

some simple testcases.

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