#include "../Tests.h" #include struct DLL_API TestVectors { std::vector GetIntVector(); int SumIntVector(std::vector& vec); std::vector IntVector; };