mirror of https://github.com/rust-lang/rust.git
fix test to include a main() function
This commit is contained in:
parent
d207bc3a0b
commit
8c1231ae5f
|
@ -8,3 +8,6 @@ unsafe fn g() {
|
|||
f();
|
||||
}
|
||||
|
||||
fn main() {
|
||||
ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue