#ifndef BITARRAYTESTS_H
#define BITARRAYTESTS_H

namespace BitArrayTests {
    void test();
}

#endif