1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq 2 3 4 /** <div rustbindgen opaque> */ 5 typedef struct opaque { 6 int waht; 7 } opaque; 8 9 struct container { 10 opaque contained; 11 }; 12