blob: 0c5744805e6db70f596870276b2a0610cebae4a3 [file] [log] [blame]
John McCall260611a2012-06-20 06:18:46 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
John McCalla45680b2011-09-13 23:05:03 +00002
3void test0(id receiver, SEL sel, const char *str) {
4 short s = ((short (*)(id, SEL, const char*)) objc_msgSend)(receiver, sel, str);
5}
6// CHECK: define void @test0(
7// CHECK: call signext i16 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i16 (i8*, i8*, i8*)*)(