#ifndef CORE_LIST_TESTS_HPP #define CORE_LIST_TESTS_HPP namespace Core::ListTests { void test(); } #endif