blob: 8da1d905d630e0a8351e88a5490d43a72abe3188 [file] [log] [blame]
fn main() {
let b = Box::new(5);
println!("b = {}", b);
}