1 2 3 4 5
extern int testStaticLibWithPlugin2(void); int testStaticLibPluginExtra(void) { return testStaticLibWithPlugin2(); }