1 2 3 4 5 6 7 8 9
// bindgen-flags: --with-derive-hash // /// A struct containing a struct containing a float that cannot derive hash. struct foo { struct { float a; float b; } bar; };