// bindgen-flags: -- -std=c++11 namespace JS { template class PersistentRooted; } template class a { a *b; }; namespace JS { template class PersistentRooted : a> {}; }