• 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         int a;
6         int b;
7     } bar;
8 };
9