Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
cxx
/
tests
/
ui
/
bad_explicit_impl.rs
blob: 2106446614153c500e27742c46f0555ec12914c7 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
struct
S
{
x
:
u8
,
}
impl
fn
()
->
&
S
{}
}
fn
main
()
{}