#ifndef CORE_HASHMAP_TESTS_H #define CORE_HASHMAP_TESTS_H namespace Core::HashMapTests { void test(); } #endif