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