use std; import std::task; fn main() { task::spawn(bind child("Hello")); } fn child(-s: str) { }