summaryrefslogtreecommitdiff
path: root/test/FrontendC/2005-01-02-PointerDifference.c
blob: a351da2ed8c8cadf2e8e216cd60c4d76c5a89583 (plain)
1
2
3
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div

int Diff(int *P, int *Q) { return P-Q; }