rust/src/test/run-pass/task-life-0.rs
2010-08-11 16:08:45 -07:00

7 lines
71 B
Rust

fn main() -> () {
spawn child("Hello");
}
fn child(str s) {
}