Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
complex_global.h
blob: 6b9ffa53a16d7933412b0cce80e14e7515fed190 [
file
] [
log
] [
blame
]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
float
_Complex
globalValueFloat
;
double
_Complex
globalValueDouble
;
long
double
_Complex
globalValueLongDouble
;