Sign in
fuchsia
/
third_party
/
rust
/
41601a8c95240cada94c13466a1fea02e5fe87ed
/
.
/
src
/
test
/
ui
/
use_inline_dtor.rs
blob: ac916de4646919650d6530a057f08409331609e8 [
file
] [
log
] [
blame
]
// run-pass
// aux-build:inline_dtor.rs
// pretty-expanded FIXME #23616
extern
crate inline_dtor
;
pub
fn
main
()
{
let
_x
=
inline_dtor
::
Foo
;
}