blob: 76d69afefa686e0319cc273452608a5b1ea8480d [file] [log] [blame]
// RUN: %swift -typecheck %s -verify -D FOO -D BAR -target x86_64-unknown-freebsd10 -disable-objc-interop -D FOO -parse-stdlib
// RUN: %swift-ide-test -test-input-complete -source-filename=%s -target x86_64-unknown-freebsd10
#if arch(x86_64) && os(FreeBSD) && _runtime(_Native) && _endian(little)
class C {}
var x = C()
#endif
var y = x