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-07-27 14:19:39 +02:00
|
|
|
fn child2(s: str) { }
|
2010-08-03 12:20:29 -07:00
|
|
|
|
2011-07-27 14:19:39 +02:00
|
|
|
fn main() { let x = spawn child2("hi"); }
|