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