1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test/FrontendC/2005-01-02-PointerDifference.c

4 lines
99 B
C
Raw Normal View History

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