blob: e3805140fa04d66d497179bbb242ba6864c977e3 [file] [log] [blame]
Fariborz Jahanian05684072012-04-09 18:58:55 +00001// RUN: %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s
Fariborz Jahanianba8ef292012-04-09 18:20:28 +00002
3@interface I
4@property int P;
5@end
6
7@implementation I
8@end
9// CHECK: warning: argument unused during compilation: '-fno-objc-default-synthesize-properties'
Fariborz Jahanian05684072012-04-09 18:58:55 +000010// CHECK: warning: argument unused during compilation: '-fobjc-default-synthesize-properties'