//! Write a synthetic Windows crash dump to a path, for end-to-end memory-mount
//! smoke testing. Build with `--features memory`.
//!
//! Usage: `cargo run --features memory --example mkdump -- /tmp/crash.dmp`
// A developer smoke-test helper, not shipped code: a panic on a bad argument is
// the intended failure mode.