Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
linestyle_cr.rs
blob: 49a317baaa48731e40ddba7feb03fa2d65d21d92 [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
struct
Dummy
{
x
:
i32
,
y
:
f32
,
}
#[
no_mangle
]
pub
extern
"C"
fn
root
(
d
:
Dummy
)
{}