brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · 873adb5 Raw
8 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3typedef int T[2];4 5@interface A6@property(assign) T p2; // expected-error {{property cannot have array or function type 'T' (aka 'int[2]')}}7@end8