Given the test program: ``` rust fn main() { println!("hello world") } ``` When started as following it provides this output and fails with exit status 132 ``` $ ./test a b $'\222' You've met with a terrible fate, haven't you? fatal runtime error: Could not unwind stack, error = 5 Illegal instruction ``` OS: Debian Testing on x86_64 ``` $ rustc --version rustc 0.13.0-nightly (99d6956c3 2014-12-18 20:32:07 +0000) ```