Test to compile the rewritten file for my last patch.

(radar 7649577 related).

llvm-svn: 96274
This commit is contained in:
Fariborz Jahanian 2010-02-15 21:37:11 +00:00
parent 94e168f09e
commit 06708cee8d
1 changed files with 13 additions and 0 deletions

View File

@ -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