mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
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
Block a user