The following code crashes on Mac OSX: ``` rust #![feature(asm)] fn main() { unsafe { asm!(" test:") } } ```