#include #include "test.h" FIT_TEST_CASE() { FIT_TEST_CHECK(3 == fit::indirect(std::unique_ptr(new binary_class()))(1, 2)); }