summaryrefslogtreecommitdiffstats
path: root/test cases/rust/6 named staticlib/prog.rs
blob: 856c4b7d109f1bca190928674bee45149291f28a (plain)
1
2
3
extern crate named_stuff;

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