about summary refs log tree commit diff
path: root/tests/pretty/fn-return.rs
blob: fc284a737bd2e08c9a5d84a12d622a9f42bbf687 (plain)
1
2
3
4
5
6
7
//@ pp-exact

// Check that `fn f() -> () {}` does not print as `fn f() {}`.

fn f() -> () {}

fn main() {}