#ifndef ARRAYTESTS_H
#define ARRAYTESTS_H

namespace ArrayTests {
    void test();
}

#endif