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