1 2 3 4 5 6 7 8
// ignore-tidy-linelength fn foo() -> usize { () //~^ ERROR mismatched types } fn main() {}