9 lines
84 B
Rust
9 lines
84 B
Rust
// xfail-stage0
|
|
fn main() -> () {
|
|
spawn child("Hello");
|
|
}
|
|
|
|
fn child(str s) {
|
|
|
|
}
|