summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-no-runtime.m
blob: 3c85e8783cb8fe33a38fe00d8e07dfda873cbbad (about) (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -emit-llvm %s -o - | FileCheck %s

// rdar://problem/9224855
void test0() {
  id x = 0;
  // CHECK: call void @objc_release(
}

// CHECK: declare extern_weak void @objc_release(