#ifndef UNIQUEPOINTERTESTS_H
#define UNIQUEPOINTERTESTS_H

namespace UniquePointerTests {
    void test();
}

#endif