use cstr::cstr; fn main() { let _foo = cstr!("foo" + "bar"); }