// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -- -std=c++14 template struct Foo { T t_member; }; template struct Bar { char member; }; template struct Quux { V v_member; }; template struct Lobo { char also_member; }; template using AliasWithAnonType = char;