1 // RUN: %clang_cc1 -emit-llvm -o - %s 2 // <rdar://problem/6122967> 3 f0(void * a,void * b)4 int f0(void *a, void *b) { 5 return a - b; 6 } 7