Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
test
/
FrontendC
/
2007-02-16-VoidPtrDiff.c
blob: 15df28cae3feed13a3f4d76ebd57e4875f6ce3e5 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o -
void
foo
(
void
*
ptr
,
int
test
)
{
(
ptr
-
((
void
*)
test
+
0x2000
));
}