1 2 3 4 5 6 7
const CROSS: &str = "CROSS"; fn main() { callee::print_static_str(); println!("{:?}", CROSS.as_bytes().as_ptr()); }