blob: 34a5b92c259fe733486a01fe6dcd53be6d865ba2 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
template<typename T>
struct Wrapper {
struct Wrapped {
T t;
};
using Type = Wrapped;
};