blob: c1bd2f32db806e726f2585992c4550a6b9bb88c3 [file] [log] [blame] [edit]
// bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -- -std=c++14
template <class PtrType> class nsRefPtrHashtable {
typedef PtrType *UserDataType;
};
struct a {
nsRefPtrHashtable<int> b;
};
class nsCSSValue {
a c;
};