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