Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
char.rs
blob: 258e50f26ef846597c25be58b172c04d0b89897d [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
struct
Foo
{
a
:
char
,
}
#[
no_mangle
]
pub
extern
"C"
fn
root
(
a
:
Foo
)
{}