1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-23 02:32:11 +00:00
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; }