shared_ptr get_cls() {
	return make_shared();
}
auto ptr = get_cls();