1 2 3 4 5 6 7
namespace JS { template <typename a> class Rooted { a b; }; class AutoValueVector : Rooted<int> { using Vec = int; using c = Rooted<Vec>; }; }