Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/bump-min-stable-target
/
.
/
bindgen-tests
/
tests
/
headers
/
derive-debug-function-pointer.hpp
blob: a370dee813e9986ff82286d92323cbb2dc78dbf1 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --impl-debug
class
Nice
{
typedef
void
(*
Function
)
(
int
data
);
Function
pointer
;
int
large_array
[
34
];
};