hanchenye-llvm-project/llvm/test/FrontendC/2005-01-02-PointerDifference.c

4 lines
88 B
C

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