blob: b7415c48c2c80ef49c09da49ea969acd66e5f12b [file] [log] [blame]
// A public function that is not marked with `@differentiable`.
// Differentiation of `externalFunction` in other modules should fail.
public func externalFunction(_ x: Float) -> Float {
return x + x
}