index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
cxx
/
tests
/
ui
/
empty_enum.rs
blob: 987004bb359041fdb0f587021f0588f7e7cd1526 (
plain
)
1
2
3
4
5
6
#[cxx::bridge]
mod
ffi
{
enum
A
{}
}
fn
main
()
{}