#ifndef CLOCKTESTS_H
#define CLOCKTESTS_H

namespace ClockTests {
    void test();
}

#endif