add opensuse toolchain support, patch by Ismail Donmez!
[clang/stm8.git] / test / Parser / recovery.m
blobe1265262b1b2beddbdcb79e4910a45cf2300399d
1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
3 @interface Test0
4 @property (assign) id x  // expected-error {{expected ';' at end of declaration list}}
5 @end