rust/src/test/run-pass/task-life-0.rs

7 lines
71 B
Rust
Raw Normal View History

2010-08-11 17:05:33 -05:00
fn main() -> () {
spawn child("Hello");
}
fn child(str s) {
}