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

9 lines
88 B
Rust
Raw Normal View History

// xfail-stage0
2010-08-11 17:05:33 -05:00
fn main() -> () {
spawn child("Hello");
}
fn child(str s) {
2011-06-28 16:21:31 -05:00
}