convert to filecheck.
[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; }