mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
4 lines
117 B
C
4 lines
117 B
C
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
|
|
|
|
// CHECK: sdiv exact
|
|
int Diff(int *P, int *Q) { return P-Q; }
|