• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
2 //
3 struct foo {
4     struct {
5         unsigned int x;
6         unsigned int y;
7     } bar;
8 };
9