Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
item_types.rs
blob: b54b0efcf46b5a14602290203ffd3a5955ef75bb [
file
] [
log
] [
blame
]
pub
const
MY_CONST
:
u8
=
4
;
#[
no_mangle
]
pub
extern
"C"
fn
ExternFunction
()
{
}
#[
repr
(
u8
)]
pub
enum
OnlyThisShouldBeGenerated
{
Foo
,
Bar
,
}