rust/tests/ui/unsafe/auxiliary/aux-5844.rs
2025-08-27 00:23:26 -04:00

4 lines
41 B
Rust

extern "C" {
pub fn rand() -> u32;
}