Skip to content

Commit

Permalink
23458
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Oct 31, 2015
1 parent 498a336 commit 7a115d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/23458.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#![feature(asm)]

fn main() {
unsafe {
asm!("int $3");
}
}

0 comments on commit 7a115d0

Please sign in to comment.