blob: 4bbc53d5b7ddebfff0c05b576a1474c1f0c128b1 [file] [log] [blame]
// REQUIRES: objc_interop
// REQUIRES: CPU=x86_64
// RUN: %target-swift-frontend -typecheck -swift-version 3 %s
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -c -update-code -primary-file %s -emit-migrated-file-path %t/static-abs-swift-abs-float80.swift.result -emit-remap-file-path %t/static-abs-swift-abs-float80.swift.remap -o /dev/null
// RUN: diff -u %S/static-abs-swift-abs-float80.swift.expected %t/static-abs-swift-abs-float80.swift.result
// RUN: %target-swift-frontend -typecheck -swift-version 4 %t/static-abs-swift-abs-float80.swift.result
_ = Float80.abs(0)