mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 08:53:35 +00:00
10 lines
113 B
Rust
10 lines
113 B
Rust
// MIR for `hello` before PreCodegen
|
|
|
|
fn hello() -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|