1 // bindgen-flags: -- -std=c++11 2 namespace JS { 3 template <typename> class PersistentRooted; 4 } 5 template <typename> class a { a *b; }; 6 namespace JS { 7 template <typename c> class PersistentRooted : a<PersistentRooted<c>> {}; 8 } 9