1 // RUN: %clang_cc1 -triple arm64-apple-ios9 -fobjc-runtime=ios-9.0 -fobjc-arc -std=c++11 -O -disable-llvm-passes -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK
5 // CHECK-LABEL: define{{.*}} void @_Z14test_list_initv(
6 // CHECK: %[[CALL1:.*]] = call noundef ptr @_Z3foov() [ "clang.arc.attachedcall"(ptr @llvm.objc.retainAutoreleasedReturnValue) ]
7 // CHECK: call ptr @llvm.objc.retain(ptr %[[CALL1]])
9 void test_list_init() {