forked from OSchip/llvm-project
Test to compile the rewritten file for my last patch.
(radar 7649577 related). llvm-svn: 96274
This commit is contained in:
parent
94e168f09e
commit
06708cee8d
|
|
@ -0,0 +1,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
|
||||||
|
|
||||||
Loading…
Reference in New Issue