summaryrefslogtreecommitdiffstats
path: root/test cases/rust/7 private crate collision/prog.rs
blob: b9a30f1802f46d15d1a1745b208a186b5b4172c6 (plain)
1
2
3
extern crate rand;

fn main() { println!("printing: {}", rand::explore()); }