blob: fdb52e763f2c6cf66746f1b532c4373bdfcfe2ad [file] [log] [blame]
Fariborz Jahanianca6180f2009-12-14 17:51:07 +00001// RUN: clang -cc1 %s -fsyntax-only -verify
Chris Lattnerb6d74a12009-02-15 22:24:30 +00002
3// Test features and error recovery for objc interfaces.
4
5@interface INTF
6- (int*) foo2 __attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}}
7@end
8