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