blob: 8d49b21861f0d283d616ceb2f9192cd6bff691e1 [file] [log] [blame] [edit]
//@ run-pass
fn main() {
println!("{}", std::mem::size_of_val(&1));
}