Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
CFrontend
/
2005-01-02-PointerDifference.c.tr
blob: a351da2ed8c8cadf2e8e216cd60c4d76c5a89583 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
int
Diff
(
int
*
P
,
int
*
Q
)
{
return
P
-
Q
;
}