2005-01-02-PointerDifference.c 117 Bytes Raw Blame History Permalink 1 2 3 4 // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s // CHECK: sdiv exact int Diff(int *P, int *Q) { return P-Q; }