r##"namespace org_examples { template class UtilsWrapper; using Utils = UtilsWrapper; using UtilsRef = UtilsWrapper; //This is documentation comment template class UtilsWrapper { public: using value_type = UtilsWrapper; friend class UtilsWrapper; friend class UtilsWrapper; //Very important function static int32_t f(int32_t a0) noexcept; }; template inline int32_t UtilsWrapper::f(int32_t a0) noexcept { int32_t ret = Utils_f(a0); return ret; } }"##;