5 lines
68 B
Rust
5 lines
68 B
Rust
use cstr::cstr;
|
|
|
|
fn main() {
|
|
let _foo = cstr!("foo" + "bar");
|
|
}
|