summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/complex_global.h
blob: 6b9ffa53a16d7933412b0cce80e14e7515fed190 (plain)
1
2
3
4
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
float _Complex globalValueFloat;
double _Complex globalValueDouble;
long double _Complex globalValueLongDouble;