• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
2 struct s {
3   union {
4     struct inner {
5       int b;
6     } field;
7   } u;
8 };
9