#include namespace { struct Point { int x; int y; }; static_assert(clice::impl::member_count() == 2); } // namespace