blob: 53f0e6dd12c040e95ab91383596de101922bfbec [file]
extern int testStaticLibPlugin(void);
int main(void)
{
return testStaticLibPlugin();
}