Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f219e7c1529fac29e34483667f740b452e5ef9cc
/
.
/
test
/
Sema
/
const-ptr-int-ptr-cast.c
blob: 4e08bfff2cbbd0276925d2889a17ec5d5825d5ff [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
#include
<stdint.h>
char
*
a
=
(
void
*)(
uintptr_t
)(
void
*)&
a
;