summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/method-def-1.m
blob: 2d5f92fcbc1ee435a25271e666f7a859327007a0 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: clang -fsyntax-only %s

@interface foo
- (int)meth;
@end

@implementation foo
- (int) meth { return [self meth]; }
@end

OpenPOWER on IntegriCloud