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