Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
rust
/
exclude_generic_monomorph.rs
blob: 78fd1973225208104fef19d2251f16a5215983d3 [
file
] [
log
] [
blame
] [
edit
]
#[
repr
(
transparent
)]
pub
struct
Foo
(
NonZeroU64
);
#[
repr
(
C
)]
pub
struct
Bar
{
foo
:
Option
<
Foo
>,
}
#[
no_mangle
]
pub
extern
"C"
fn
root
(
f
:
Bar
)
{}