update test
This commit is contained in:
parent
16c0a84510
commit
05460d0efc
3 changed files with 5 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ trait Sized {}
|
|||
auto trait Freeze {}
|
||||
|
||||
#[lang = "start"]
|
||||
fn start<T>(_main: *const u8, _argc: isize, _argv: *const *const u8) -> isize {
|
||||
fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8) -> isize {
|
||||
0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue