fix test fallout
This commit is contained in:
parent
595409df06
commit
39e6855966
1 changed files with 3 additions and 0 deletions
|
|
@ -16,7 +16,10 @@
|
|||
#[lang = "sized"]
|
||||
trait Sized { }
|
||||
|
||||
struct S;
|
||||
|
||||
#[start]
|
||||
fn main(_: isize, _: *const *const u8) -> isize {
|
||||
let _ = S;
|
||||
0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue