5 lines
55 B
Rust
5 lines
55 B
Rust
use cstr::cstr;
|
|
|
|
fn main() {
|
|
let _foo = cstr!();
|
|
}
|