summaryrefslogtreecommitdiffstats
path: root/test/Parser/recovery.m
blob: e1265262b1b2beddbdcb79e4910a45cf2300399d (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s

@interface Test0
@property (assign) id x  // expected-error {{expected ';' at end of declaration list}}
@end