Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
cxx
/
tests
/
ui
/
ptr_no_const_mut.rs
blob: eecec3fb42190c03733b0c6b8fdba2c66ee70c19 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
unsafe
extern
"C++"
{
type
C
;
fn
get_neither_const_nor_mut
()
->
*
C
;
}
}
fn
main
()
{}