12345
void Test::setTest(int* ptr_param) { *classVar = *ptr_param; }
void Test::setTest(int* ptr_param) { classVar = ptr_param; }