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

MY_IMPORT(int) FuncA(void);

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