summaryrefslogtreecommitdiffstats
path: root/src/lib/kStuff/kLdr/testcase/tst-2-d.c
blob: 34efd0aef2b684308e3f2814cbf44fa38c0431a4 (plain)
1
2
3
4
5
6
7
8
9
10
#include "tst.h"
const char *g_pszName = "d";

MY_IMPORT(int) FuncA(void);

MY_EXPORT(int) FuncD(void)
{
    return FuncA();
}