summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/ignore-weakimport-method.m
blob: f745e443cf1e3ad31f757890ee97d3bf3903b252 (plain)
1
2
3
4
5
6
7
// RUN: clang -cc1  -fsyntax-only -verify %s

@interface foo 
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
@end

OpenPOWER on IntegriCloud