mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-14 20:11:21 +00:00
7 lines
104 B
Rust
7 lines
104 B
Rust
//@ run-pass
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
fn f() { let x = (); return x; }
|
|
|
|
pub fn main() { f(); }
|