mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Revert "New generated main returns void"
This reverts commit 267800a7c0.
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
fn main() {
|
||||
}
|
||||
|
||||
// CHECK: define void @main(i16, i8**)
|
||||
// CHECK: define i16 @main(i16, i8**)
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
fn main() {
|
||||
}
|
||||
|
||||
// CHECK: define void @main(i32, i8**)
|
||||
// CHECK: define i32 @main(i32, i8**)
|
||||
|
||||
Reference in New Issue
Block a user