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