mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 07:31:37 +00:00
6 lines
55 B
Rust
6 lines
55 B
Rust
use cstr::cstr;
|
|
|
|
fn main() {
|
|
let _foo = cstr!();
|
|
}
|