#pragma once namespace NYql::NUdf::NTest { class TSingularVoid { public: TSingularVoid() = default; }; } // namespace NYql::NUdf::NTest