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