blob: 48e07e0099153500a31ef53ac30f60c48fd14775 [file] [log] [blame]
// RUN: %target-run-simple-swift | %FileCheck %s
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: OS=watchos
// FIXME: rdar://problem/26932844
// REQUIRES: disabled
import CoreImage
// Do NOT add anything that publicly imports Foundation here!
var v = CIVector(x:7);
// CHECK: x = 7
print("x = \(v.x)")