1*67e74705SXin Li// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s 2*67e74705SXin Li 3*67e74705SXin Li@interface Test0 4*67e74705SXin Li@property (assign) id x // expected-error {{expected ';' at end of declaration list}} 5*67e74705SXin Li@end 6