Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc -fsyntax-only -verify %s |
Fariborz Jahanian | 0de2ae2 | 2008-01-02 19:17:38 +0000 | [diff] [blame] | 2 | |
3 | int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} | ||||
4 | @end |