Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ba8be8c422064b9bda68bdfa28d7f2775e9147f4
/
.
/
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
;