Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
class_use_as.hpp
blob: b7eaf29bd7e2b35405cfb9e0ff65cd82839f1f0e [
file
] [
log
] [
blame
]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
/**
* <div rustbindgen="true" replaces="whatever"></div>
*/
struct
whatever_replacement
{
int
replacement
;
};
struct
whatever
{
int
b
;
};
struct
container
{
whatever c
;
};