Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
codegen-units
/
partitioning
/
auxiliary
/
cgu_extern_drop_glue.rs
blob: b5fec23375a5e6c8a67925691d73972fc777cd05 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
pub
struct
Struct
(
pub
u32
);
impl
Drop
for
Struct
{
fn
drop
(&
mut
self
)
{}
}