#ifndef CORE_BIT_ARRAY_TESTS_H
#define CORE_BIT_ARRAY_TESTS_H

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

#endif