1// Check miscellaneous Objective-C sdk migration options.
2
3// RUN: %clang -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \
4// RUN: -arch x86_64 2> %t
5// RUN: FileCheck < %t %s
6
7// CHECK: "-cc1"
8// CHECK: -objcmt-migrate-property-dot-syntax
9