1// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s2 3// CHECK: sdiv exact4int Diff(int *P, int *Q) { return P-Q; }5