blob: 725843429c0034bede969c9049e49f6be3f99864 [file] [log] [blame]
fn main() {
let x: fn~() = || (); //~ ERROR expected `(`, found `~`
}