// bindgen-flags: --enable-cxx-namespaces --allowlist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -std=c++14 template class nsRefPtrHashtable { typedef PtrType *UserDataType; }; struct a { nsRefPtrHashtable b; }; class nsCSSValue { a c; };