2005-01-02-PointerDifference.c   [plain text]


// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div

int Diff(int *P, int *Q) { return P-Q; }