blob: b14521b73b4f6334bcfc8afe8d943ab9d366dcd0 [file] [log] [blame]
// bindgen-flags: -- -std=c++11
namespace JS {
template <typename> class PersistentRooted;
}
template <typename> class a { a *b; };
namespace JS {
template <typename c> class PersistentRooted : a<PersistentRooted<c>> {};
}