Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
allowlist_basic.hpp
blob: ef858c95dace9f3344a113d96c9a149491fc2ac3 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --allowlist-type AllowlistMe
template
<
typename
T
>
class
AllowlistMe
{
class
Inner
{
T bar
;
};
int
foo
;
Inner
bar
;
};
struct
DontAllowlistMe
{
void
*
foo
;
double
_Complex
noComplexGenerated
;
};