#ifndef CORE_VECTOR_TESTS_HPP #define CORE_VECTOR_TESTS_HPP namespace Core::VectorTests { void test(); } #endif