func bar() -> Foo<() throws -> Int> { let f: (@escaping (@escaping () throws -> Int) -> ()) -> () = { _ in } return foo(f) }
@escaping