blob: f809ca2699dea98afd9c87657cb5f35569570bec [file] [log] [blame]
Fariborz Jahanian3c347f22010-05-04 00:26:07 +00001// RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
2
3struct A { ~A(); };
4
5void f() {
6 __block A a;
7}
8
9// CHECK: call void @_ZN1AD1Ev