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