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