blob: 0413ed1fd0c60ece2702e77dc3c5e0ae7f9b1ae5 [file] [log] [blame]
fn main() {
// With the nested Vec, this is calling Offset(Unique::empty(), 0) on drop.
let args: Vec<Vec<i32>> = Vec::new();
let _val = Box::new(args);
}