#ifndef CORE_MATH_TESTS_HPP #define CORE_MATH_TESTS_HPP namespace Core::MathTests { void test(); } #endif