summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/pedantic-dynamic-test.m
blob: 9b14c1d75f39b86dc73f78083f68fa8b607a9102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
// rdar: // 7860960

@interface I
{
  int window;
}
@property int window, noWarningNeeded;
@end

@implementation I

@synthesize window;

@dynamic noWarningNeeded;
@end
OpenPOWER on IntegriCloud