blob: f747bcf17e0b427992a72926029dba912cd0b181 [file] [log] [blame]
// ignore-tidy-linelength
fn main() {
let _: () = 42;
//~^ ERROR mismatched types
}