module lib; T lib_templ_func(T)(T* a) { return *a; }