blob: 9d3cbd0b8b4ec17727a35e79fcdb9275b397d409 [file] [log] [blame]
//@ run-pass
//@ aux-build:inline_dtor.rs
extern crate inline_dtor;
pub fn main() {
let _x = inline_dtor::Foo;
}