Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
structs-enums
/
auxiliary
/
struct_destructuring_cross_crate.rs
blob: 3665ae7e8d311188c21280fefbb8ec7d9d263e46 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
pub
struct
S
{
pub
x
:
isize
,
pub
y
:
isize
,
}