1 2 3 4 5 6
mod shared; #[test] fn handles_illegal_instruction() { shared::handles_crash(shared::SadnessFlavor::Illegal); }