summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/long_double.h
blob: 91c4ed6ce9fc36ba2428ea58f3996f302dac8a44 (plain)
1
2
3
4
5
// bindgen-flags: --rust-target 1.26

struct foo {
  long double bar;
};