opnsense-src/test/Parser/objc-interfaces.m

9 lines
266 B
Mathematica
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 %s -fsyntax-only -verify
2009-06-02 13:58:47 -04: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