1 2 3 4
fn main() { extern crate pointer_width; println!("pointer width {}", pointer_width::POINTER_WIDTH) }