#ifndef CORE_PROBING_HASHMAP_TESTS_H #define CORE_PROBING_HASHMAP_TESTS_H namespace Core::ProbingHashMapTests { void test(); } #endif