llvm-6502/test/FrontendC/2005-01-02-PointerDifference.c

4 lines
99 B
C
Raw Normal View History

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