summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/rewrite-implementation.mm
blob: 608707c430347492750a049460765ffea5144bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
// RUN: %clang_cc1 -DSEL="void *" -S %t-rw.cpp
// radar 7649577

@interface a
@end

@interface b : a
@end

@implementation b
@end

OpenPOWER on IntegriCloud