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