#ifndef CORE_ARRAY_LIST_TESTS_H #define CORE_ARRAY_LIST_TESTS_H namespace Core::ArrayListTests { void test(); } #endif