mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-24 05:29:11 +00:00
8 lines
108 B
Rust
8 lines
108 B
Rust
//@ pp-exact
|
|
|
|
// Check that `fn f() -> () {}` does not print as `fn f() {}`.
|
|
|
|
fn f() -> () {}
|
|
|
|
fn main() {}
|