aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-life-0.rs
blob: 567f63a9561a7460a74243fc22a82ce0168610e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
// xfail-boot
// xfail-stage0
fn main() -> () {
    spawn child("Hello");
}

fn child(str s) {
    
}