The following crashes in SILGen: ```swift import _Differentiation func foo(_ fn: @differentiable(reverse) (Float) -> Void) {} ```