]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/auxiliary/issue_5844_aux.rs
ci: Start running wasm32 tests on Travis
[rust.git] / src / test / compile-fail / auxiliary / issue_5844_aux.rs
index 5c878b1e667d9f61128c7f92cd90e6a1bca13e79..7fa937e93b34b7a16bfe2346e3289d4872834d99 100644 (file)
@@ -8,10 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(libc)]
-
-extern crate libc;
-
 extern "C" {
-    pub fn rand() -> libc::c_int;
+    pub fn rand() -> u32;
 }