1// We should be synthesizing properties by default on all platforms now.
2// RUN: %clang -### -target armv7-unknown-freebsd %s 2>&1 | FileCheck %s
3// RUN: %clang -### -target armv7-apple-ios %s 2>&1 | FileCheck %s
4// RUN: %clang -### -target i686-apple-macosx %s 2>&1 | FileCheck %s
5// REQUIRES: clang-driver
6// CHECK: -fobjc-default-synthesize
7