brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · e126526 Raw
6 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s2 3@interface Test04@property (assign) id x  // expected-error {{expected ';' at end of declaration list}}5@end6