blob: 0c48009927d269c68872ad0487484266c9a06dab [file] [log] [blame]
// Invalid `@differentiable` attribute in non-primary-file should not crash
// SILGen.
@differentiable
func foo(_ x: Int) -> Float {
return Float(x)
}