blob: 3c85e8783cb8fe33a38fe00d8e07dfda873cbbad [file] [log] [blame]
John McCalld1e40d52011-10-02 01:16:38 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -emit-llvm %s -o - | FileCheck %s
John McCallf85e1932011-06-15 23:02:42 +00002
3// rdar://problem/9224855
4void test0() {
5 id x = 0;
6 // CHECK: call void @objc_release(
7}
8
9// CHECK: declare extern_weak void @objc_release(