// bindgen-flags: --enable-cxx-namespaces --allowlist-type Rooted template class Rooted { T member; }; class AutoValueVector : Rooted { using Alias = int; using RootedAlias = Rooted; };