index
:
rust-cbindgen
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
rust
/
char.rs
blob: 258e50f26ef846597c25be58b172c04d0b89897d (
plain
)
1
2
3
4
5
6
7
#[repr(C)]
struct
Foo
{
a
:
char
,
}
#[no_mangle]
pub
extern
"C"
fn
root
(
a
:
Foo
)
{}