rustc/vendor/libc-0.2.169/tests/const_fn.rs
2025-02-17 11:14:05 +01:00

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