Windows tests can often deadlock if a child thread continues after the main thread and then panics, and a `println!` executed in a child thread after the main thread has exited is at risk of panicking.
7b1916d253
extern crate
type Foo<T> where T: Bound = ...;
task
thread