Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc".
[oota-llvm.git] / test / FrontendC / 2005-01-02-PointerDifference.c
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
2
3 int Diff(int *P, int *Q) { return P-Q; }