fix test fallout

This commit is contained in:
Ariel Ben-Yehuda 2015-06-05 17:27:27 +03:00
parent 595409df06
commit 39e6855966

View file

@ -16,7 +16,10 @@
#[lang = "sized"]
trait Sized { }
struct S;
#[start]
fn main(_: isize, _: *const *const u8) -> isize {
let _ = S;
0
}