#ifndef LISTTESTS_H
#define LISTTESTS_H

namespace ListTests {
    void test();
}

#endif