blob: af57dbe33177d61e6cf28f83610cdb75e2cbacc1 [file] [log] [blame]
fn main() {
a((), 1i32 == 2u32);
//~^ ERROR cannot find function `a` in this scope
//~| ERROR mismatched types
}