freebsd-dev/test/Parser/objc-interfaces.m
2009-06-02 17:58:47 +00:00

9 lines
264 B
Objective-C

// RUN: clang-cc %s -fsyntax-only -verify
// 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