Skip to content

Instantly share code, notes, and snippets.

@sdroege
Last active May 22, 2016 07:18
Show Gist options
  • Save sdroege/aaffc93918f32f7a5a95ea63e39ca4fc to your computer and use it in GitHub Desktop.
Save sdroege/aaffc93918f32f7a5a95ea63e39ca4fc to your computer and use it in GitHub Desktop.
#![feature(core_intrinsics)]
use std::intrinsics;
pub fn main() {
unsafe { intrinsics::abort(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment