blob: 2a5c8993662bed8e770f8d42ec16c8b7e2a66be1 [file] [log] [blame]
#![feature(random)]
fn main() {
let _x: i32 = std::random::random(..);
}