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

6 lines
55 B
Rust

use cstr::cstr;
fn main() {
let _foo = cstr!();
}