Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
array.rs
blob: fb335372217c6abc2c6c701d6b2e9605dbdc6605 [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
enum
Foo
{
A
([
f32
;
20
])
}
#[
no_mangle
]
pub
extern
"C"
fn
root
(
a
:
Foo
)
{}