blob: 158115f3808d4884f5fc63d7057060ccc0d63c9e [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-silgen
func a() {
func f(x: (Void) -> Any) { }
var g = { 3 }
f { g }
}