#ifndef CORE_UNIQUE_POINTER_TESTS_HPP
#define CORE_UNIQUE_POINTER_TESTS_HPP

namespace Core::UniquePointerTests {
    void test();
}

#endif