2022-08-04 22:12:04 +02:00

6 lines
89 B
C

extern int testStaticLibPlugin(void);
int main(void)
{
return testStaticLibPlugin();
}