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