freebsd-skq/test/Parser/objc-interfaces.m

9 lines
266 B
Mathematica
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 %s -fsyntax-only -verify
2009-06-02 17:58:47 +00:00
// Test features and error recovery for objc interfaces.
@interface INTF
- (int*) foo2 __attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}}
@end