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