1 2 3 4 5 6 7 8 9 10 11
// xfail-win32 extern mod std; fn f() { let a = @0; fail; } fn main() { task::spawn_unlinked(f); }