1 // RUN: %llvmgcc -xc %s -S -o - | grep -v div 2 Diff(int * P,int * Q)3 int Diff(int *P, int *Q) { return P-Q; } 4