1 // RUN: %clang_cc1 -emit-llvm -o %t %s
2 // RUN: grep -e "^de.*objc_msgSend[0-9]*(" %t | count 1
3 // RUN: %clang_cc1 -DWITHDEF -emit-llvm -o %t %s
4 // RUN: grep -e "^de.*objc_msgSend[0-9]*(" %t | count 1
6 id objc_msgSend(int x);
24 // This isn't a very good send function.
25 id objc_msgSend(int x) {
29 void objc_assign_weak(id value, id *location) {