// bindgen-flags: --blocklist-type RefPtr --allowlist-function 'Servo_.*' --raw-line 'pub type RefPtr = T;' -- -std=c++14 template class RefPtr; class b; class A { typedef b a; }; template class e { RefPtr d; }; template class f {}; class g { f> h; }; class b : g {}; A Servo_Element_GetSnapshot();