blob: 0873d185575b1c9dfd6548f165a5111c8b03a5a5 [file] [log] [blame]
// aux-build:inline_dtor.rs
// pretty-expanded FIXME #23616
extern crate inline_dtor;
pub fn main() {
let _x = inline_dtor::Foo;
}