rustc/vendor/cstr/tests/compile_fail/trash-after.rs
2021-04-15 23:27:12 +01:00

6 lines
68 B
Rust

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