blob: b186ec724745ccabaa250db527c74d67e384cdd4 [file] [log] [blame]
John McCalld1e40d52011-10-02 01:16:38 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
Argyrios Kyrtzidis18fd0c62011-07-27 05:28:18 +00003// RUN: diff %t %s.result
Argyrios Kyrtzidis18fd0c62011-07-27 05:28:18 +00004
5#include "Common.h"
6
7void test(NSObject *o) {
8 NSZone *z = [o zone];
9}