blob: fc284a737bd2e08c9a5d84a12d622a9f42bbf687 [file] [log] [blame]
//@ pp-exact
// Check that `fn f() -> () {}` does not print as `fn f() {}`.
fn f() -> () {}
fn main() {}