blob: 2bd2efa4d3832b16e645830b3a279c3241ab8ebd [file] [log] [blame]
#![feature(type_ascription)]
fn main() {
f() :
f(); //~ ERROR expected type, found function
}
fn f() {}