2011-06-15 11:19:50 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-25 12:19:20 -07:00
|
|
|
// xfail-stage0
|
2010-08-03 12:20:29 -07:00
|
|
|
// Reported as issue #126, child leaks the string.
|
2011-06-15 11:19:50 -07:00
|
|
|
fn child2(str s) { }
|
2010-08-03 12:20:29 -07:00
|
|
|
|
2011-06-15 11:19:50 -07:00
|
|
|
fn main() { auto x = spawn child2("hi"); }
|