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

9 lines
84 B
Rust

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