2011-10-20 21:14:49 +00:00
|
|
|
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
|
|
|
|
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
|
|
|
|
// RUN: diff %t %s.result
|
2012-04-14 14:01:31 +00:00
|
|
|
// DISABLE: mingw32
|
2011-10-20 21:14:49 +00:00
|
|
|
|
|
|
|
#include "Common.h"
|
|
|
|
|
|
|
|
void test(NSObject *o) {
|
|
|
|
NSZone *z = nil;
|
|
|
|
}
|