Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
extern.rs
blob: 3bd83d17f81e559cadc00fb04cc2d24ac34599d2 [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
struct
Normal
{
x
:
i32
,
y
:
f32
,
}
extern
"C"
{
fn
foo
()
->
i32
;
fn
bar
(
a
:
Normal
);
}