test/test_on_vector_plain.cpp

9 lines
70 B
C++

#include <test.h>
void Test::Test()
{
std::cout << "test\n";
}