//! Not tested for windows/macos since the point of testing this is to ensure
//! an alternate stack is always installed when anything Rust or otherwise does
//! a `pthread_create`. Windows doesn't use pthreads, and macos sends stack overflow
//! exceptions to a completely separate thread from the one that overflowed,
//! avoiding the problem altogether