// bindgen-flags: -- -std=c++14 template class RefPtr { T use_of_t; }; template class UsesRefPtrWithAliasedTypeParam { using V = U; RefPtr member; };