summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-struct-with-float-array.h
blob: 53f0c79da5d3d1f6df3a759213174d127dbffd18 (plain)
1
2
3
4
5
6
// bindgen-flags: --with-derive-hash
//
/// A struct containing an array of floats that cannot derive hash.
struct foo {
    float bar[3];
};