blob: d7649d31f6263068d811fca2ae02e259277f7f5a [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-ir | FileCheck %s
// REQUIRES: CPU=i386_or_x86_64
@_silgen_name("atan2") func atan2test(_ a: Double, _ b: Double) -> Double
atan2test(0.0, 0.0)
// CHECK: call double @atan2(double {{.*}}, double {{.*}})