XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2005-01-02-PointerDifference.c
1 // RUN: %llvmgcc -xc %s -S -o - | grep -v div
2
3 int Diff(int *P, int *Q) { return P-Q; }