mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 18:09:22 +00:00
4 lines
145 B
Rust
4 lines
145 B
Rust
#[cfg(target_os = "linux")]
|
|
const _FOO: libc::c_uint = unsafe { libc::CMSG_SPACE(1) };
|
|
//^ if CMSG_SPACE is not const, this will fail to compile
|