2015-01-18 13:49:19 +00:00
|
|
|
// pp-exact
|
|
|
|
|
2021-12-01 19:45:14 +00:00
|
|
|
// Check that `fn f() -> () {}` does not print as `fn f() {}`.
|
2015-01-18 13:49:19 +00:00
|
|
|
|
2021-12-01 19:45:14 +00:00
|
|
|
fn f() -> () {}
|
2015-01-18 13:49:19 +00:00
|
|
|
|
2021-12-01 19:45:14 +00:00
|
|
|
fn main() {}
|