1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdebugger-support -funknown-anytype -emit-llvm -o - %s | FileCheck %s
7 (void) [a test0: (float) 2.0];
9 // CHECK-LABEL: define{{.*}} void @_Z5test0P1A(
10 // CHECK: call void @objc_msgSend(
13 - (void) test1: (__unknown_anytype) x;
16 (void) [b test1: (float) 2.0];
18 // CHECK-LABEL: define{{.*}} void @_Z5test1P1B(
19 // CHECK: call void @objc_msgSend(