John McCall | f85e193 | 2011-06-15 23:02:42 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fobjc-nonfragile-abi -fobjc-no-arc-runtime -emit-llvm %s -o - | FileCheck %s |
2 | |||||
3 | // rdar://problem/9224855 | ||||
4 | void test0() { | ||||
5 | id x = 0; | ||||
6 | // CHECK: call void @objc_release( | ||||
7 | } | ||||
8 | |||||
9 | // CHECK: declare extern_weak void @objc_release( |