Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
Sema
/
const-ptr-int-ptr-cast.c
blob: 3590583cd5ea43350d24354e24511200a89bd300 [
file
] [
log
] [
blame
]
Eli Friedman
c3f0764
2008-08-25 20:46:57 +0000
[
diff
] [
blame
]
1
// RUN: clang -fsyntax-only -verify %s
2
Eli Friedman
578a972
2009-02-22 06:45:27 +0000
[
diff
] [
blame
]
3
#include
<stdint.h>
4
5
char
*
a
=
(
void
*)(
uintptr_t
)(
void
*)&
a
;