blob: 08d9fe0bd2d9665ef02d174d09d602e149d174c6 [file] [log] [blame]
// bindgen-flags: --no-convert-floats
struct foo {
float bar, baz;
double bazz;
long double* bazzz;
float _Complex complexFloat;
double _Complex complexDouble;
};