summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/fn-return.rs
blob: b932e83aaf10fd7f0a5e0bbc56abb1659771cab3 (plain)
1
2
3
4
5
6
7
// pp-exact

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

fn f() -> () {}

fn main() {}