]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/asm-out-no-modifier.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / compile-fail / asm-out-no-modifier.rs
index 9cf43bebe65ab858393f57817450ed8c28f29b1d..d610f9e344024de1c7b44146a5b23b17d92685c0 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-s390x
+
 #![feature(asm)]
 
 fn foo(x: isize) { println!("{}", x); }