9 lines
100 B
C++
9 lines
100 B
C++
|
|
||
|
#include "testSharedLibRequired.h"
|
||
|
|
||
|
int foo()
|
||
|
{
|
||
|
TestSharedLibRequired req;
|
||
|
return req.foo();
|
||
|
}
|