#ifndef CORE_MATH_TESTS_H
#define CORE_MATH_TESTS_H

namespace Core::MathTests {
    void test();
}

#endif