blob: f371828606c4b7eb472cefc21824a2b1ee38e9aa [file] [log] [blame] [edit]
//@ run-pass
fn main() {
assert_eq!((||||42)()(), 42);
}