opnsense-src/test/SemaObjC/ignore-weakimport-method.m
2010-01-01 10:34:51 +00:00

7 lines
151 B
Objective-C

// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface foo
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
@end