ac671c3172
Issue #1022
8 lines
97 B
Rust
8 lines
97 B
Rust
use std;
|
|
import std::task;
|
|
fn main() { task::spawn2("Hello", child); }
|
|
|
|
fn# child(&&s: str) {
|
|
|
|
}
|