#ifndef CORE_LINKED_LIST_TESTS_HPP #define CORE_LINKED_LIST_TESTS_HPP namespace Core::LinkedListTests { void test(); } #endif