blob: 8b7067fbe2af4477f0536106e6f1605980fba754 [file] [log] [blame]
Daniel Dunbar0b7a5c02008-09-10 23:11:23 +00001// RUN: clang -fsyntax-only -verify %s
2// XFAIL
3// <rdar://problem/6211479>
4
5typedef int T[2];
6
7@interface A
8@property(assign) T p2; // expected-error {{FIXME: property has invalid type}}
9@end