#ifndef CORE_ARRAY_TESTS_HPP #define CORE_ARRAY_TESTS_HPP namespace Core::ArrayTests { void test(); } #endif