Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
fc747b70919316aa93e8ccbdae6d462b4fab8eab
/
.
/
bindgen-tests
/
tests
/
headers
/
derive-partialeq-base.hpp
blob: 989cbe693ac587bfe09ee66a8f61a8cb12a25a76 [
file
] [
log
] [
blame
]
// bindgen-flags: --with-derive-partialeq --impl-partialeq
class
Base
{
int
large
[
33
];
};
class
ShouldDerivePartialEq
:
Base
{
};