blob: 10a52c49faf7dc0d5bb20acec9817482e1bc6282 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) %s -emit-ir -o - | FileCheck %s
// REQUIRES: OS=macosx
import cvars
// Check that the mangling is correct.
// CHECK: @PI = external global float, align 4
func getPI() -> Float {
return PI
}