llvm-6502/test/CFrontend/2005-01-02-PointerDifference.c.tr

4 lines
99 B
Plaintext
Raw Normal View History

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